Delete a comment
delete_commentPermanently delete a Substack comment by ID. Requires explicit confirmation to prevent irreversible removal without undo.
Instructions
Delete a comment by id. Permanent, with no undo, so it refuses to run without confirm: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true for this to run. This action cannot be undone, so it is refused without an explicit confirmation. | |
| comment_id | Yes | Numeric comment id. | |
| 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. |