Skip to content

Delete Bundle Option

DELETE https://api.secure.quotivity.com/v1/bundles/{bundleId}/options/{optionId}

Deletes a bundle option and all its associated products and price book entries.

Send your API key in the x-api-key header. See Generating API keys.

Name Type Required Description
bundleId string Yes
optionId string Yes
Status Body Description
204 Bundle option deleted successfully
401 Unauthorized
404 Bundle option not found
500 Internal Server Error