DELETE
{micro_service_base_url}
/
inventory
/
stores
/
{store_id}
/
modifier-groups
/
{modifier_group_id}
{
  "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.

Path Parameters

store_id
string
required
The unique identifier of the store
modifier_group_id
string
required
The unique identifier of the modifier group to delete

Response

success
boolean
Indicates if the deletion was successful
message
string
Success message confirming the deletion

Response Example

{
  "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.