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)

Changes

Changed in 1 of the 47 revisions of this API.18

    • api operation id DeleteEnterprise removed and replaced with deleteEnterprise

      api-operation-id-removed

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the optional property errors/items/meta/pending_check_codes to the response with the 401 status

      response-optional-property-added

    • added the optional property errors/items/meta/pending_check_codes to the response with the 404 status

      response-optional-property-added

    • added the optional property errors/items/meta/pending_check_ids to the response with the 401 status

      response-optional-property-added

    • added the optional property errors/items/meta/pending_check_ids to the response with the 404 status

      response-optional-property-added

    • added the optional property errors/items/meta/pending_check_labels to the response with the 401 status

      response-optional-property-added

    • added the optional property errors/items/meta/pending_check_labels to the response with the 404 status

      response-optional-property-added

    • added the optional property errors/items/source/parameter to the response with the 401 status

      response-optional-property-added

    • added the optional property errors/items/source/parameter to the response with the 404 status

      response-optional-property-added

    • the response property errors became required for the status 401

      response-property-became-required

    • the response property errors became required for the status 404

      response-property-became-required

    • the response property errors/items/detail became required for the status 401

      response-property-became-required

    • the response property errors/items/detail became required for the status 404

      response-property-became-required

    • the response property errors/items/meta became required for the status 401

      response-property-became-required

    • the response property errors/items/meta became required for the status 404

      response-property-became-required

    • the response property errors/items/meta/url became required for the status 401

      response-property-became-required

    • the response property errors/items/meta/url became required for the status 404

      response-property-became-required

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog