Organization Member Management
Remove User
DELETE
/
v1
/
organizations
/
users
/
{user_id}
Headers
x-api-key
string
requiredYour 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
requiredThe version of the Anthropic API you want to use.
Read more about versioning and our version history here.
Path Parameters
user_id
string
requiredID of the User.
Response
200 - application/json
id
string
requiredID of the User.
type
enum<string>
default: user_deletedrequiredDeleted object type.
For Users, this is always "user_deleted"
.
Available options:
user_deleted