How to delete menu telegram?

How to delete menu telegram?

- alias: telegram_menu
  description: ''
  trigger:
  - event_data:
      command: /menu
    event_type: telegram_command
    platform: event
  condition: []
  action:
  - data:
      data:
        keyboard:
        - /menu, /report
      message: commands
    service: notify.telegram
  mode: single
  initial_state: true
1 Like