latestOpenAPI 3.0.32026-08-227451,2751.8 MB
d0fc0114da66
User
Remove a user from a workspace
Remove a user's role in a workspace. The user's memberships in other workspaces are unaffected. This operation is idempotent - removing a user who is not a member of the workspace returns 204. Available to workspace owners, company owners, and properly permissioned API keys.
delete/workspaces/{workspace_id}/users/{id}
Path parameters
workspace_idstring required
Workspace ID
idstring required
ID of the user to remove from the workspace
Headers
If-Matchstring
If-Match header according to http/1.1 spec section 14.24. Allows for enforced atomic updates, to prevent update collisions
Response
The user holds no role in the workspace, either because it was just removed or because it was already absent