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.
Path parameters
The enterprise id. Lowercase UUID.
Response
204 (no body)
Changes
Changed in 1 of the 47 revisions of this API.18
- ○
api operation id
DeleteEnterpriseremoved and replaced withdeleteEnterpriseapi-operation-id-removed
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the optional property
errors/items/meta/pending_check_codesto the response with the401statusresponse-optional-property-added
- ○
added the optional property
errors/items/meta/pending_check_codesto the response with the404statusresponse-optional-property-added
- ○
added the optional property
errors/items/meta/pending_check_idsto the response with the401statusresponse-optional-property-added
- ○
added the optional property
errors/items/meta/pending_check_idsto the response with the404statusresponse-optional-property-added
- ○
added the optional property
errors/items/meta/pending_check_labelsto the response with the401statusresponse-optional-property-added
- ○
added the optional property
errors/items/meta/pending_check_labelsto the response with the404statusresponse-optional-property-added
- ○
added the optional property
errors/items/source/parameterto the response with the401statusresponse-optional-property-added
- ○
added the optional property
errors/items/source/parameterto the response with the404statusresponse-optional-property-added
- ○
the response property
errorsbecame required for the status401response-property-became-required
- ○
the response property
errorsbecame required for the status404response-property-became-required
- ○
the response property
errors/items/detailbecame required for the status401response-property-became-required
- ○
the response property
errors/items/detailbecame required for the status404response-property-became-required
- ○
the response property
errors/items/metabecame required for the status401response-property-became-required
- ○
the response property
errors/items/metabecame required for the status404response-property-became-required
- ○
the response property
errors/items/meta/urlbecame required for the status401response-property-became-required
- ○
the response property
errors/items/meta/urlbecame required for the status404response-property-became-required
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○