discord_reset_channel_permissions
Remove all permission overwrites from a Discord channel, reverting to role and server-level permissions. Irreversible; requires Manage Roles permission.
Instructions
Remove ALL permission overwrites on a channel, so only role/server-level permissions apply. Does NOT re-sync with the category — use discord_lock_channel_permissions for that. IRREVERSIBLE — the cleared overwrites cannot be recovered. Requires the Manage Roles permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Optional reason recorded in the server audit log. | |
| channel_id | Yes | ID (snowflake) of the channel whose overwrites will be cleared. |