discord_delete_role
Permanently delete a role from a Discord server, removing it from all members. Irreversible action that requires Manage Roles permission and the role to be below the bot's highest role.
Instructions
Permanently delete a role from the server; it is automatically removed from every member who held it. IRREVERSIBLE. Requires the Manage Roles permission, and the role must be below the bot's highest role.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | Discord server (guild) ID (snowflake). | |
| role_id | Yes | ID (snowflake) of the role to delete. | |
| reason | No | Optional reason recorded in the server audit log. |