Skip to content
Endless Documentation

Leave Member

POST
/organizations/{organization_id}/leave

Authorization

bearerAuth
AuthorizationBearer <token>

JWT token from authentication

In: header

Path Parameters

organization_id*string
Length1 <= length

Response Body

application/json

curl -X POST "https://example.com/organizations/org_abc123/leave"
{  "success": true}