---
title: "Remove user from enterprise"
method: DELETE
path: "/api/v2/enterprise/{enterpriseId}/user"
tags: ["Enterprise"]
---

# Remove user from enterprise

`DELETE /api/v2/enterprise/{enterpriseId}/user`

Remove a user from an enterprise. When multiple admins exist, the removal
may require approval from other enterprise admins.

## Path parameters

- `enterpriseId` string, required

## Request body

- object — Request body for removing a user from an enterprise. Specifies the username of the user to remove.
  - `username` string, required — The username of the user to remove from the enterprise.

## Response `200`

OK

- object

## Other responses

- `202` — Accepted
- `400` — Bad Request
- `404` — Not Found

## Changes

- **2026-09-11** `021ae042735e` — 6 warning
  - added the new `redpallasMPCv2Round1` enum value to the `info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #2: TransactionRequestFull]/allOf[subschema #1]/messages/items/state/allOf[subschema #1: TransactionState]/` response property for the response status `202`
  - added the new `redpallasMPCv2Round1` enum value to the `info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #2: TransactionRequestFull]/allOf[subschema #1]/transactions/items/state` response property for the response status `202`
  - added the new `redpallasMPCv2Round2` enum value to the `info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #2: TransactionRequestFull]/allOf[subschema #1]/messages/items/state/allOf[subschema #1: TransactionState]/` response property for the response status `202`
  - added the new `redpallasMPCv2Round2` enum value to the `info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #2: TransactionRequestFull]/allOf[subschema #1]/transactions/items/state` response property for the response status `202`
  - …2 more
- …earlier changes not shown

[Full history](https://skmtc.dev/bitgo/apis/bitgo-api/changes/api/v2/enterprise/:enterpriseId/user/delete.md)

---

[API](https://skmtc.dev/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.dev/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/bitgo/apis/bitgo-api/revisions/20d885ca364f?raw)
