---
title: "Remove a user from an organization"
method: DELETE
path: "/api/v2/organization/{organizationId}/user"
tags: ["User Management"]
---

# Remove a user from an organization

`DELETE /api/v2/organization/{organizationId}/user`

Remove a user from an organization. Must be an organization manager to perform this action.

## Path parameters

- `organizationId` string, required

## Query parameters

- `userId` string, required

## Response `200`

OK

- unknown

## Other responses

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

## Changes

- **2026-08-19** `70b5f74b1799` — 7 warning
  - added the new `evaluateFraudRisk` enum value to the `info/allOf[subschema #1: PendingApprovalInfo]/policyRuleRequest/update/action/allOf[subschema #1: PolicyRuleAction]/type/allOf[subschema #1: ActionType]/` response property for the response status `202`
  - added the new `evaluateFraudRisk` enum value to the `info/allOf[subschema #1: PendingApprovalInfo]/policyRuleRequest/updates/items/action/allOf[subschema #1: PolicyRuleAction]/type/allOf[subschema #1: ActionType]/` response property for the response status `202`
  - added the new `pendingFraudRiskEvaluation` enum value to the `actions/items/resolvers/items/resolutionType/allOf[subschema #1: Pending]/` response property for the response status `202`
  - added the new `pendingFraudRiskEvaluation` enum value to the `resolvers/items/resolutionType/allOf[subschema #1: Pending]/` response property for the response status `202`
  - …3 more
- **2026-08-14** `d462b237b984` — 1 breaking
  - added `#/components/schemas/TaoClaimRootIntent` to the `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`
- …earlier changes not shown

[Full history](https://skmtc.dev/bitgo/apis/bitgo-api/changes/api/v2/organization/:organizationId/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/b8a54d282354/schema)
