DeleteOrganization permanently deletes the organization.
DELETE/api/v1/auth/organization
WARNING: This cascade deletes all organization data.
Parameters
- confirmation: Must be "DELETE <organization_name>"
Side Effects
- Deletes all users, agents, tickets, etc.
- Cancels subscriptions
- Cannot be undone
Errors
- PERMISSION_DENIED: Only organization owner can delete
- INVALID_ARGUMENT: Confirmation phrase doesn't match
Request
Responses
- 200
- default
A successful response.
An unexpected error response.