App Logo
substack.com

Delete Substack comment

Delete one of the logged-in account's own comments on a Substack post, by the post URL and the comment's id (from post_comment or get_post_comments). Only your own comments can be deleted, and this cannot be undone.

Input

url required

Full URL of the Substack post the comment is on, e.g. https://example.substack.com/p/my-post-slug. Many publications are served from their own domain rather than *.substack.com; those may be refused, because the signed-in Substack session is not known to reach a publication's own domain.

commentId required

The comment's id, from post_comment's output or get_post_comments

Output

url required
deleted required

True once Substack's own delete call has answered 200. The script fails rather than returning false, so a returned record always means the comment is gone.

commentId required

FAQ

Delete one of the logged-in account's own comments on a Substack post, by the post URL and the comment's id (from post_comment or get_post_comments). Only your own comments can be deleted, and this cannot be undone.
Required: url, commentId.
It returns url, deleted, commentId.
Yes. It acts as you on substack.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the substack.com cookies saved by the Reduck extension.
It makes changes on substack.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/substack.com/delete_comment, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/substack.com/delete_comment
It is part of Reduck's official curated catalogue.

Start building not clicking