DELETE
/
v1
/
organizations
/
users
/
{user_id}

Headers

x-api-key
string
required

Your unique Admin API key for authentication.

This key is required in the header of all Admin API requests, to authenticate your account and access Anthropic's services. Get your Admin API key through the Console.

anthropic-version
string
required

The version of the Anthropic API you want to use.

Read more about versioning and our version history here.

Path Parameters

user_id
string
required

ID of the User.

Response

200 - application/json
id
string
required

ID of the User.

type
enum<string>
default: user_deletedrequired

Deleted object type.

For Users, this is always "user_deleted".

Available options:
user_deleted