Skip to main content
DELETE
Remove Member
string
required
The API key for your account. You can find this in your account settings.
Removes a member from a workspace, immediately revoking their access to every application shared into it. Only the workspace owner can call this endpoint; a member who wants to remove themselves should use Leave Workspace instead. Removing a member does not free up their invite code for reuse: generate a fresh one with Get Invite Code if they need to rejoin later. Rate limited to 5 removals per 30 seconds per user.

Parameters

string
The ID of the workspace.
string
The member ID.

Response

string
Indicates whether the call was successful.. success if successful, error if not.

Common errors