delete_draft
Delete an unpublished draft by numeric ID. Avoids irreversible removal of published posts by rejecting IDs that point to live content, leaving those deletions to the 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`). |