Skip to main content
DELETE
Remove Workspace User

Remove Workspace User

Kick a member out of a workspace. If the removed user has no remaining workspaces, a personal workspace will be automatically created.

Authentication & Scope

Requires the workspace-users-write ability and admin privileges in the workspace.

Request

Path Parameters

Response

200 OK – Confirmation message.
403 Forbidden – Token lacks workspace-users-write or insufficient privileges.

Authorizations

Authorization
string
header
required

Personal Access Token

Path Parameters

workspaceId
string
required
userId
string
required

Response

User removed

message
string
Example:

"User removed from workspace successfully."