Skip to main content

menuItemDelete Mutation

Deletes a menu item.

Requires the MANAGE_MENUSpermission.

Triggers the following webhook events:

  • MENU_ITEM_DELETED (async): A menu item was deleted.
menuItemDelete(
id: ID!
): MenuItemDelete
Show return type

Arguments

id ● ID!

ID of a menu item to delete.

Type

Deletes a menu item.

Requires the MANAGE_MENUSpermission.

Triggers the following webhook events:

  • MENU_ITEM_DELETED (async): A menu item was deleted.