Delete Organization
DELETE
/organization/{id}
Permanently deletes an organization and all associated data. Only organization owners can perform this action.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
TypeHTTP (bearer)
Parameters
Path Parameters
id*
The unique identifier of the organization
Typestring
RequiredResponses
Organization successfully deleted
application/json
JSON
{
}