---
title: "[DEPRECATED] Remove a batch of users from the account and all its projects"
method: DELETE
path: "/api/v3/account/users/batch"
tags: ["account users"]
---

# [DEPRECATED] Remove a batch of users from the account and all its projects

`DELETE /api/v3/account/users/batch`

Deprecated & marked to be removed in a future version. This can be replicated by calling 2 other endpoints: `DELETE .../batch_project_users` & `DELETE .../batch_account_users`

## Headers

- `Fieldwire-Version` string, date, required

## Request body

- AccountUserBatchRemove — [DEPRECATED] Use `/batch_project_users` and `/batch_account_users` for removing a batch of users from the account and all its project
  - `ids` integer[], required — list of user ids

## Response `204`

No content

---

[API](https://skmtc.dev/fieldwire/apis/fieldwire-super-api.md) · [All operations](https://skmtc.dev/fieldwire/apis/fieldwire-super-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fieldwire/fieldwire-super-api/revisions/66ee1c20b92d/schema)
