---
title: "Delete Inbox"
method: DELETE
path: "/v0/inboxes/{inbox_id}"
tags: ["Inboxes"]
---

# Delete Inbox

`DELETE /v0/inboxes/{inbox_id}`

**CLI:**
```bash
agentmail inboxes delete --inbox-id <inbox_id>
```

## Path parameters

- `inbox_id` string, required — The ID of the inbox.

## Response `204`

## Other responses

- `404`

---

[API](https://skmtc.net/agentmail-to/apis/api-2.md) · [All operations](https://skmtc.net/agentmail-to/apis/api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agentmail-to/api-2/revisions/869b7f1c360c/schema)
