DELETE
/
stores
/
{store_id}
/
menu
/
{menu_id}
This endpoint permanently removes a menu from a store, including all associated operating hours and menu item associations.
Menu deletion is a permanent operation that removes all menu configuration data. Consider the impact on customer experience and ensure proper backup procedures before deletion.

Path Parameters

store_id
string
required
The unique identifier of the store that owns the menu
menu_id
string
required
The unique identifier of the menu to delete
Default Menu Protection: Most systems prevent deletion of default menus to ensure store operational continuity. Set another menu as default before attempting to delete the current default menu.
Permanent Operation: Menu deletion cannot be undone. Ensure you have proper backups and confirm the deletion is intended before proceeding.

Use Cases

Safety Considerations

Error Handling

Best Practices

Alternative Approaches

Integration Considerations

Recovery Options