Remove Member

Remove an active member from the workspace. Admin only. The removed member immediately loses access to all workspace resources. They receive an email notification informing them they have been removed. Two protections prevent accidental lockouts: - The workspace owner cannot be removed. - The last remaining admin cannot be removed (returns 409). Removing a member does not affect their account or other workspaces. To block an invited but not-yet-accepted user instead, revoke the invite via `DELETE /workspaces/{ws_id}/invites/{invite_id}`.

Authentication

AuthorizationBearer
Clerk JWT token

Path parameters

ws_idstringRequiredformat: "uuid"
member_idstringRequiredformat: "uuid"

Response

Successful Response
datamap from strings to any
metaobject

Errors

422
Unprocessable Entity Error