Delete an organization
DELETE
/api/organizations/{id}
Permanently deletes the organization and cascades to all of its members, zones, IP lists, origin servers, load balancers, redirects, and domains. DNS zones for the organization's domains are freed on a best-effort basis (failures are logged but do not block deletion). This action cannot be undone.
Authorizations
ApiToken
Long-lived API token created via POST /api/api-tokens (returned once in plaintext).
Type
API Key (header: X-API-TOKEN)
or
JWT
JWT access token obtained via POST /api/auth/login. Send as: Authorization: Bearer
Type
HTTP (bearer)
Parameters
Path Parameters
id*
organization identifier
Type
Requiredstring
Responses
organization resource deleted
