Skip to main content
DELETE
/
v1
/
members
/
me
Remove the authenticated user from the current organization
curl --request DELETE \
  --url https://api.trulayer.ai/v1/members/me \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.trulayer.ai/llms.txt

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

Authorizations

Authorization
string
header
required

SDK API key (tl_...) or Clerk session JWT

Response

Member removed

message
string