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

# Delete an enterprise

`DELETE /enterprises/{enterprise_id}`

Delete an enterprise and all associated resources. This action is irreversible.

## Path parameters

- `enterprise_id` string, uuid, required

## Response `204`

Enterprise deleted successfully

## Other responses

- `401` — Unauthorized — missing or invalid API key
- `404` — Resource not found

---

[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/3f3befefc607/schema)
