discord_reset_channel_permissions
Clear all permission overwrites from a channel, restoring role- and server-level defaults. 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. |