soundboard_delete_guild_sound
soundboard_delete_guild_sound
Section titled “soundboard_delete_guild_sound”Category: soundboard
Delete a guild soundboard sound. DESTRUCTIVE — IRREVERSIBLE.
When to use
Section titled “When to use”When NOT to use
Section titled “When NOT to use”| Field | Type | Required | Description |
|---|---|---|---|
guild_id | string | yes | Guild containing the sound |
sound_id | string | yes | Sound to delete (IRREVERSIBLE) |
audit_reason | string | no | Reason recorded in audit log (X-Audit-Log-Reason header) |
Returns
Section titled “Returns”\{deleted, sound_id, guild_id\}.
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
deleted | boolean | yes | |
sound_id | string | yes | Discord soundboard sound ID |
guild_id | string | yes | Discord guild (server) ID |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | no |
| Destructive | yes |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | yes (__confirm:true required) |
Source
Section titled “Source”packages/mcp-core/src/tools/soundboard/delete_guild_sound.ts