Skip to main content
DELETE
Remove a user or team member from a workspace

Authorizations

Authorization
string
header
required

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

Path Parameters

workspaceId
string
required

Query Parameters

userId
string

Organization user ID to remove. Provide this or teamId, not both.

teamId
string

Organization team ID to remove. Provide this or userId, not both.

Response

Removed workspace membership, or a no-op when there was nothing to remove

data
object | null
required

The cleared membership, or null on a no-op.

meta
object
required