MyApp.Establishments.Invitation
|> Ash.Query.for_read(:expired)
|> Ash.bulk_destroy!(:destroy, %{}, authorize?: false, tenant: :bypass)
MyApp.Establishments.Invitation
|> Ash.Query.for_read(:expired)
|> Ash.bulk_destroy!(:destroy, %{}, authorize?: false, tenant: :bypass)