Skip to main content
DELETE
Remove a user from a workspace of your company

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