DELETE - Auto Attendant Submenu

Removes an Auto Attendant (AA) Submenu from the AA configuration. Submenus are only a feature of the 'Auto Attendant - Standard' service. These are not available on Basic AAs.

Parameters

  • service_user_id(str): The service user ID of the AA.

  • submenu_id (str): The ID of the Submenu to be removed from the AA.

Returns

  • None: This method does not return any specific value.

How To Use:

my_api.auto_attendants.delete_auto_attendant_submenu(
    service_user_id="[email protected]", 
    submenu_id="Menu 1"
)

Example Returned Data (Formatted)

[]

Last updated

Was this helpful?