Leave Organization
POST
/organization/{id}/leave
Allows a user to leave an organization they are a member of. Organization owners cannot leave their own organization.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
TypeHTTP (bearer)
Parameters
Path Parameters
id*
The unique identifier of the organization
Typestring
RequiredResponses
Successfully left organization
application/json
JSON
{
}