Delete forum post
delete_forum_postDelete a forum post and all its replies. The first call shows a preview and provides a confirmation token to complete the deletion.
Instructions
Delete a forum post and every reply in it. Safe to call directly: the first call changes nothing and returns a preview plus a confirm_token; repeating the call with the token deletes it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post | Yes | Post title or thread ID. | |
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| reason | No | ||
| dry_run | No | ||
| confirm_token | No |