POST
/
organizations
/
{org_id}
/
leave
curl --request POST \
  --url https://api.diversion.dev/v0/organizations/{org_id}/leave \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

This API uses OAuth 2 with the implicit grant flow

Path Parameters

org_id
string
required

An ID of an organization

Response

200

Request completed successfully