Workspace Member Management
Delete Workspace Member
DELETE
/
v1
/
organizations
/
workspaces
/
{workspace_id}
/
members
/
{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.
workspace_id
string
requiredID of the Workspace.
Response
200 - application/json
user_id
string
requiredID of the User.
workspace_id
string
requiredID of the Workspace.
type
enum<string>
default: workspace_member_deletedrequiredDeleted object type.
For Workspace Members, this is always "workspace_member_deleted"
.
Available options:
workspace_member_deleted
Was this page helpful?