Skip to main content

Detach a user from a workspace

DELETE 

/panel/workspaces/:workspace/users

Removes a user from the workspace. Only user_id is required, and it must match an existing user.

If the user being removed is the workspace owner, ownership is cleared first. Both steps are applied together.

Request

Responses

{"success": true} — hard-coded literal, never false.