Remove User
DELETE/v1/organizations/users/{user_id}
Remove User
Path Parameters
user_id: string
ID of the User.
Returns
id: string
ID of the User.
Remove User
curl https://api.anthropic.com/v1/organizations/users/$USER_ID \
-X DELETE \
-H 'anthropic-version: 2023-06-01' \
-H "X-Api-Key: $ANTHROPIC_ADMIN_API_KEY"