Enterprises
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 response detail identifies 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/enterprises/{enterprise_id}
Path parameters
enterprise_idstring uuid required
Example:4a6192a4-573d-446d-b3ce-aff9117272a6
The enterprise id. Lowercase UUID.
Response
204 (no body)