---
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.

---

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