Remove Channel Permission Overrides
discord_remove_channel_permissionsRemove all permission overrides for a specific role or user on a Discord channel. Provide the channel ID and target ID to clear custom permissions.
Instructions
Remove all permission overrides for a role or member on a channel.
Args:
channel_id (string): Discord channel ID
target_id (string): Role or User ID to remove permission overrides for
Returns: Confirmation of removal
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_id | Yes | Role or User ID to remove permission overrides for | |
| channel_id | Yes | Discord channel ID (snowflake) |