API ReferenceWorkspace Management

Remove Workspace Member

DELETE/api/v1/workspaces/{workspaceId}/members/{memberId}

Remove a member from the workspace. Admins can remove editors and viewers. Owners can remove anyone except themselves. Members can also leave a workspace themselves.

Headers

AuthorizationstringRequired

Bearer token for authentication

Path Parameters

workspaceIdstringRequired

The unique identifier of the workspace

memberIdstringRequired

The member record ID (not the user ID)

DELETE/api/v1/workspaces/{workspaceId}/members/{memberId}
Response