---
title: "Delete User"
method: DELETE
path: "/v4/organizations/{organizationId}/users/{userId}"
tags: ["Users"]
---

# Delete User

`DELETE /v4/organizations/{organizationId}/users/{userId}`

Removes user from the organization.

In order to access this endpoint, the provided API key must have the following role:
- Organization Owner

To learn more about the roles, see [Organization Roles](https://docs.couchbase.com/cloud/organizations/organization-user-roles.html).

## Response `204`

Successfully removed the user from the organization.

## Other responses

- `403` — The client does not have the necessary permissions to access this resource.
- `404` — The requested resource was not found.
- `429` — Returned when the client exceeds the rate limit for the given APIKey.
- `500` — An unexpected error occurred in the server while processing this request.

---

[API](https://skmtc.net/couchbase/apis/couchbase-capella-management-api.md) · [All operations](https://skmtc.net/couchbase/apis/couchbase-capella-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/couchbase/couchbase-capella-management-api/revisions/e67df5d1f74e/schema)
