Delete Modifier Group Option From Modifier Group
Modifiers
Delete Modifier Group Option From Modifier Group
This endpoint removes specific options from a modifier group. Use this to eliminate unwanted customization choices or clean up outdated options.
DELETE
Delete Modifier Group Option From Modifier Group
This endpoint allows you to remove specific options from a modifier group. This is useful when you want to discontinue certain customization choices or clean up options that are no longer relevant.
Path Parameters
string
required
The unique identifier of the store
string
required
The unique identifier of the modifier group
Body
array
required
Array of modifier option IDs to delete from the group
Request Example
Response
boolean
Indicates if the operation was successful
array
Array of option IDs that were successfully deleted
array
Array of option IDs that could not be deleted (may not exist or have dependencies)
string
Success message describing the operation result
Response Example
Options that couldn’t be deleted may be referenced by existing orders or have other dependencies. Check the “notDeletedOptions” array for details.

