Workspace Users
Delete workspace user
Removes a specific user from the workspace. Does not delete the user from the organization
DELETE
/
workspaces
/
{workspace_id}
/
users
/
{user_id}
Authorizations
Authorization
string
headerrequiredBearer authorization using your Personal Access Token. Generate a new PAT on your user settings page.
Path Parameters
workspace_id
integer
requiredID of the workspace
user_id
integer
requiredID of the user
Response
200 - application/json
status
enum<string>
requiredThe outcome of the deletion request
Available options:
deleted
Was this page helpful?