---
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-08-14** `d462b237b984` — 1 breaking
  - added `#/components/schemas/TaoClaimRootIntent` to the `pendingApprovals/items/info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/` response property `oneOf` list for the response status `202`
- **2026-08-11** `ee916dca3250` — 1 warning, 6 info
  - added the new `safe` enum value to the `pendingApprovals/items/scope` response property for the response status `202`
  - added the optional property `pendingApprovals/items/info/allOf[subschema #1: PendingApprovalInfo]/policyRuleRequest/batch` to the response with the `202` status
  - added the optional property `pendingApprovals/items/info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #2: TransactionRequestBase]/cancelReason` to the response with the `202` status
  - added the optional property `pendingApprovals/items/info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #2: TransactionRequestBase]/organizationId` to the response with the `202` status
  - …3 more

[Change 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-service-production.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e08ca789ebec/schema)
