mcp-discord

delete_channel

Delete a channel

Input Schema

NameRequiredDescriptionDefault
channel_idYesID of channel to delete
reasonNoReason for deletion

Input Schema (JSON Schema)

{ "properties": { "channel_id": { "description": "ID of channel to delete", "type": "string" }, "reason": { "description": "Reason for deletion", "type": "string" } }, "required": [ "channel_id" ], "type": "object" }