Delete a post template
delete_templatePermanently delete a saved Substack template after explicit confirmation. Existing posts created from the template remain unchanged.
Instructions
Delete a saved template. Permanent, so it refuses to run without confirm: true. Posts already created from it are unaffected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Template id, from list_templates. | |
| 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. |