Skip to main content

menuDelete Mutation

Deletes a menu.

Requires the MANAGE_MENUSpermission.

Triggers the following webhook events:

  • MENU_DELETED (async): A menu was deleted.
menuDelete(
id: ID!
): MenuDelete
Show return type

Arguments

id ● ID!

ID of a menu to delete.

Type

Deletes a menu.

Requires the MANAGE_MENUSpermission.

Triggers the following webhook events:

  • MENU_DELETED (async): A menu was deleted.