Skip to content

Delete Bundle

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

Deletes a bundle and all its associated options, products, and price books.

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

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