cURL
curl --request DELETE "https://api.anthropic.com/v1/organizations/users/user_01WCz1FkmYMm4gnmykNKUu3Q" \
--header "anthropic-version: 2023-06-01" \
--header "content-type: application/json" \
--header "x-api-key: $ANTHROPIC_ADMIN_KEY"{
"id": "<string>",
"type": "user_deleted"
}Organization Member Management
Remove User
DELETE
/
v1
/
organizations
/
users
/
{user_id}
cURL
curl --request DELETE "https://api.anthropic.com/v1/organizations/users/user_01WCz1FkmYMm4gnmykNKUu3Q" \
--header "anthropic-version: 2023-06-01" \
--header "content-type: application/json" \
--header "x-api-key: $ANTHROPIC_ADMIN_KEY"{
"id": "<string>",
"type": "user_deleted"
}Headers
Path Parameters
ID of the User.
Was this page helpful?
⌘I