Skip to main content
DELETE
Delete Linked Items From Modifier Group
This endpoint removes the link between store items and a modifier group. After unlinking, customers will no longer see the modifier group’s customization options for those specific items.
Removing item mappings will immediately affect customer ordering experience. Ensure this change aligns with your menu strategy.

Path Parameters

string
required
The unique identifier of the store
string
required
The unique identifier of the modifier group

Body

array
required
Array of mapping IDs to delete from the modifier group

Request Example

Response

boolean
Indicates if the operation was successful
array
Array of mapping IDs that were successfully deleted
array
Array of mapping IDs that could not be deleted (may not exist or have dependencies)
string
Success message describing the operation result

Response Example

Mappings that couldn’t be deleted may be referenced by pending orders or have other active dependencies.
Before deleting mappings, consider if any active orders depend on these customization options. This helps prevent order fulfillment issues.