mcp-discord

by hanweg

delete_channel

remove a Discord channel by specifying its ID through the mcp-discord server, enabling efficient channel management and organization.

Instructions

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" }

You must be authenticated.

Other Tools from mcp-discord

Related Tools

ID: wvwjgcnppa