App Logo
skool.com

Delete your own Skool comment

Remove a comment you wrote from a Skool post, identified by the post URL and the text of the comment. Only your own comments can be removed. If the text matches more than one of your comments the run refuses rather than guessing which to remove, and if it matches none it says so without touching the post. Removal is confirmed by reloading the post and checking the comment is gone, not from the confirmation screen. This cannot be undone.

Input

postUrl required

Full URL of the Skool post the comment is on, e.g. https://www.skool.com/<community>/<post-slug>

commentText required

Text from the comment to remove, used to find it. Must match exactly one of your own comments on that post, so give enough of it to be unambiguous.

Output

deleted required

True only when the comment was gone from the post after a reload.

postUrl required
accountUsed optional

Handle whose comment was removed, read from the signed-in session rather than assumed.

deletedPreview optional

Start of the comment as it read immediately before removal.

FAQ

Remove a comment you wrote from a Skool post, identified by the post URL and the text of the comment. Only your own comments can be removed. If the text matches more than one of your comments the run refuses rather than guessing which to remove, and if it matches none it says so without touching the post. Removal is confirmed by reloading the post and checking the comment is gone, not from the confirmation screen. This cannot be undone.
Required: postUrl, commentText.
It returns deleted, postUrl, accountUsed, deletedPreview.
Yes. It acts as you on skool.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the skool.com cookies saved by the Reduck extension.
It makes changes on skool.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/skool.com/delete_comment, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/skool.com/delete_comment
It is part of Reduck's official curated catalogue.

Start building not clicking