delete_draft
Delete an unpublished draft by its numeric id. Prevents removing published posts, leaving that to the Substack dashboard.
Instructions
Delete an unpublished draft. Refuses if the id belongs to a published post: Substack deletes both through the same endpoint, and removing a live post is irreversible, so that is left to the dashboard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft_id | Yes | The numeric id of the draft to delete, as returned by list_posts (`id`) or create_draft_post (`draft_id`). |