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