Delete an enterprise
Soft-delete an enterprise.
Failure modes:
400- the enterprise still has dependent resources in a non-deletable state. Remove those first; the responsedetailidentifies what is blocking the delete.409- the enterprise has a dependent resource with an unresolved claim. Resolve it before deleting.404- the enterprise does not exist or does not belong to your account.
DELETE
JavaScript
Authorizations
Telnyx API key. Generate one at https://portal.telnyx.com/#/app/api-keys.
Path Parameters
The enterprise id. Lowercase UUID.
Example:
"4a6192a4-573d-446d-b3ce-aff9117272a6"
Response
204 (no body)
JavaScript