delete_post
Permanently removes a specified post authored by the authenticated Reddit account. Use this to delete your own content; the action cannot be undone.
Instructions
Permanently delete one of your own posts. Mutating and destructive but idempotent — deleting an already-deleted post is a no-op. Requires REDDIT_USERNAME and REDDIT_PASSWORD, and only works on posts authored by the authenticated account. Only affects the post you name; use delete_comment for comments. WARNING: this cannot be undone — the content is removed, though the post id remains.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thing_id | Yes | The post to delete: a full thing id 't3_<id>' or just the base36 post id '<id>' (the 't3_' prefix is added automatically). Must be a post you authored. |