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
Type
HTTP (bearer)
Parameters
Path Parameters
id*
The unique identifier of the organization
Type
Requiredstring
Responses
Organization successfully deleted
application/json
JSON
{
}
