This endpoint permanently deletes a modifier group and all its associated options and mappings. Use with caution as this action cannot be undone.
DELETE
{micro_service_base_url}
/
inventory
/
stores
/
{store_id}
/
modifier-groups
/
{modifier_group_id}
Copy
{ "success": true, "message": "<string>"}
This endpoint completely removes a modifier group from your store, including all its options and item mappings. Once deleted, customers will no longer see any customization options that were provided by this modifier group.
This action permanently deletes the modifier group and cannot be undone. Ensure you have backups if needed and verify that no active orders depend on this modifier group.
{ "success": true, "message": "Modifier group 1000000 deleted successfully"}
No request body is required for this endpoint. The modifier group ID in the URL path specifies which group to delete.
Deleting a modifier group will also remove all associated options and item mappings. Consider exporting or backing up the configuration if you might need to recreate it later.
Before deleting, consider setting the modifier group status to “inactive” to test the impact on your menu without permanent deletion.