---
title: "Delete an enterprise"
method: DELETE
path: "/enterprises/{enterprise_id}"
tags: ["Enterprises"]
---

# Delete an enterprise

`DELETE /enterprises/{enterprise_id}`

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

- `enterprise_id` string, uuid, required

## Response `204`

204 (no body)

## Other responses

- `400` — An error occurred. The response carries the standard Telnyx error envelope.
- `401` — An error occurred. The response carries the standard Telnyx error envelope.
- `404` — An error occurred. The response carries the standard Telnyx error envelope.

## Changes

- **2026-06-05** `8a8c40f458c5` — 18 info
  - api operation id `DeleteEnterprise` removed and replaced with `deleteEnterprise`
  - added the non-success response with the status `400`
  - added the optional property `errors/items/meta/pending_check_codes` to the response with the `401` status
  - added the optional property `errors/items/meta/pending_check_codes` to the response with the `404` status
  - …14 more

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api/changes/enterprises/:enterprise_id/delete.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api/revisions/e32d46c5945b/schema)
