Delete a Note
delete_notePermanently delete a published Substack Note without undo. Requires explicit confirmation before removal.
Instructions
Delete one of your published Notes. Permanent, with no undo, so it refuses to run without confirm: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric Note id. | |
| confirm | No | Must be true for this to run. This action cannot be undone, so it is refused without an explicit confirmation. | |
| publication | No | Which connected publication to act on, matched loosely against its hostname (for example 'example.substack.com' or just 'example'). Defaults to the first connected publication. |