Skip to main content
DELETE
Remove a member from a workspace

Authorizations

Authorization
string
header
required

Enter your JWT in the format: Bearer {token}

Path Parameters

workspaceId
string
required

The ID of the workspace.

Example:

"ws_a1b2c3d4e5f6g7h8"

memberId
string
required

The Auth0 User ID (sub) of the workspace member.

Example:

"auth0|64f5a6b7c8d9e0f1a2b3c4d5"

Response

The member was removed successfully.