---
title: "Delete Draft"
method: DELETE
path: "/v0/inboxes/{inbox_id}/drafts/{draft_id}"
tags: ["InboxesDrafts"]
---

# Delete Draft

`DELETE /v0/inboxes/{inbox_id}/drafts/{draft_id}`

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

## Path parameters

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

## Response `204`

## Other responses

- `404`

---

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