Skip to main content
DELETE
Remove a member or revoke an invitation

Authorizations

Authorization
string
header
required

Clerk API key. Create one in Settings → API Keys. Pass as Authorization: Bearer <key>.

Path Parameters

id
string
required
Minimum string length: 1

Response

200 response

Confirmation of a successful member removal.

id
string
required

Membership id that was removed.

removed
boolean
required

Always true on success — included for API symmetry with other responses.