v2

latestOpenAPI 3.0.3Apache-2.02026-08-07119359591.9 KB
Users

Delete a user

Permanently block a user from the account. The user's status is set to inactive and they can no longer log in. The operation cascades to:

  • Organization memberships
  • Space memberships
  • User API keys
  • Role bindings

Blocked users cannot be re-invited via the create endpoint — inactive is a terminal state. Callers cannot delete themselves. The operation is idempotent — blocking an already-inactive user returns 204.

Requires account admin role or USER_DELETE permission.

<Note>This endpoint is in beta, read more here.</Note>

delete/v2/users/{user_id}

Path parameters

user_idstring required

A universally unique identifier (base64-encoded opaque string).

Example:RW50aXR5OjEyMzQ1

The unique user identifier (base64)

Response

User successfully removed from the account