---
title: "Delete an email inbox"
method: DELETE
path: "/email_inboxes/{id}"
tags: ["Email Inboxes"]
---

# Delete an email inbox

`DELETE /email_inboxes/{id}`

Soft-deletes an account-scoped inbox. Its address remains reserved and the inbox is no longer returned by list or get operations.

## Path parameters

- `id` string, uuid, required

## Response `204`

Email inbox deleted. The response has no body.

## Other responses

- `401` — Not authorized (10006).
- `404` — Email inbox not found, already deleted, or owned by another account (10001).
- `503` — Service unavailable (10016), including an unavailable upstream dependency or unavailable Edge idempotency protection for a keyed request.

---

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