---
title: "Delete draft"
method: DELETE
path: "/drafts/{draft_id}"
tags: ["Drafts"]
---

# Delete draft

`DELETE /drafts/{draft_id}`

Delete a draft message.

Required scope: `drafts:delete`

## Path parameters

- `draft_id` string, required

## Request body

- DeleteDraft
  - `version` string, required — Version of the draft

## Response `204`

No content

---

[API](https://skmtc.net/frontapp/apis/core-api.md) · [All operations](https://skmtc.net/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/frontapp/core-api/revisions/76d1eaa2d0eb/schema)
