Delete a Reddit post
delete_reddit_postPermanently delete a Reddit post after a two-step verification: review its details, then confirm with the exact title to ensure you remove the right post.
Instructions
PERMANENTLY delete one of the connected account’s Reddit posts. Reddit has no undelete. Call it WITHOUT confirm first: nothing is deleted, and it answers with the post’s real title, subreddit, score and comment count read back from Reddit. Show the user that, get an unambiguous yes, then call again with confirm:true — plus confirmName (its exact title) once it has comments or a real score, because confirming that you meant to delete SOMETHING does not prove you aimed at the right post. TELL THE USER THIS BEFORE THEY AGREE: deleting a Reddit post does NOT delete the comments under it — Reddit keeps the thread and shows the post as [deleted], so the conversation stays public with only their side removed. Reddit’s delete endpoint returns an empty success for every call, including one aimed at a post the account did not write, so the verdict here comes from re-reading the post afterwards and never from that response. 0 credits. Needs Reddit connected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postId | Yes | the post id, its t3_… fullname, or the permalink | |
| confirm | No | REQUIRED true — deletion is permanent | |
| confirmName | No | the post’s EXACT title as the unconfirmed call reported it — required once it has comments or a real score |