discord_delete_forum_post
Delete a Discord forum post or thread with an optional reason using this tool. Ideal for moderating and managing forum content efficiently on MCP Discord servers.
Instructions
Deletes a forum post or thread with an optional reason
Input Schema
Name | Required | Description | Default |
---|---|---|---|
reason | No | ||
threadId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"reason": {
"type": "string"
},
"threadId": {
"type": "string"
}
},
"required": [
"threadId"
],
"type": "object"
}