Remove Bundle Item from a bundle
DELETE/v1/bundles/:id/:productId
Remove Bundle Item from a bundle
Request
Path Parameters
id integerrequired
Bundle identifier
Example: 1234
productId integerrequired
Product identifier
Example: 5678
Responses
- 200
- 400
- 404
- 500
Bundle Item deleted
- application/json
- Schema
Schema
boolean
Bad request
Bundle Item not found
Delete Bundle Item error
Loading...