Skip to content

Remove Channel

The remove_channel rule deletes entire channels matching a condition.

YAML Structure

remove_channel:
  condition: {}

Fields

Field Type Required Description
condition Condition Yes Which channels to drop

Example

Remove all music channels:

channel_rules:
  - remove_channel:
      condition:
        patterns: ["^Music .*"]