Skip to main content
DELETE
Delete a user from a workspace

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

The unique identifier of the workspace.

user_id
integer
required

The unique identifier of the user to remove from the workspace.

Response

User removed from workspace successfully