cURL
curl --request DELETE \ --url https://api.secure.quotivity.com/v1/bundles/{bundleId}/options/{optionId}/{productId} \ --header 'x-api-key: <api-key>'
[ { "id": "<string>", "accountId": "<string>", "bundleId": "<string>", "optionId": "<string>", "productId": "<string>", "properties": {}, "displayOrder": 123, "configuration": { "minQuantity": 123, "maxQuantity": 123, "readonlyQuantity": true } } ]
Removes a product from a bundle option. Returns the remaining products in the option.
Product deleted successfully, returns remaining products
Show child attributes