MCP-Discord

by jar285
MIT License
  • Linux
  • Apple

discord_delete_channel

Delete a Discord channel using its ID, with an optional reason for removal. Supported by the MCP-Discord server for streamlined channel management tasks.

Instructions

Deletes a Discord channel with an optional reason

Input Schema

NameRequiredDescriptionDefault
channelIdYes
reasonNo

Input Schema (JSON Schema)

{ "properties": { "channelId": { "type": "string" }, "reason": { "type": "string" } }, "required": [ "channelId" ], "type": "object" }
ID: 4k20oqxijs