Skip to main content
DELETE
/
api
/
v2
/
org
/
members
/
{id}
Remove a member
curl --request DELETE \
  --url https://app.octolens.com/api/v2/org/members/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "removed": true
}

Documentation Index

Fetch the complete documentation index at: https://octolens.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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.