Skip to main content
POST
/
auth
/
organization
/
leave
Leave Organization
curl --request POST \
  --url https://cloud.kaneo.app/api/auth/organization/leave \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "organizationId": "<string>"
}
'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json
organizationId
string
required

The organization Id for the member to leave. Eg: "organization-id"

Response

Bad Request. Usually due to missing parameters, or invalid parameters.

message
string
required