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

# Remove a batch of users from all the projects of an account

`DELETE /api/v3/account/users/batch_project_users`

## Headers

- `Fieldwire-Version` string, date, required

## Request body

- AccountUserBatchRemoveFromProjects — Data for removing a batch of users from all the projects of an account
  - `ids` integer[], required — list of user ids

## Response `204`

Successfully removed all requested users

## Other responses

- `207` — Multi Status - Some users were removed and others were not
- `422` — Unprocessed Entities - none of the requested users were removed

---

[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)
