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.
Authorizations
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
Path Parameters
The unique user identifier (base64) A universally unique identifier (base64-encoded opaque string).
"RW50aXR5OjEyMzQ1"
Response
User successfully removed from the account