Delete Option Product
DELETE https://api.secure.quotivity.com/v1/bundles/{bundleId}/options/{optionId}/{productId}Removes a product from a bundle option. Returns the remaining products in the option.
Send your API key in the x-api-key header. See Generating API keys.
Path parameters
Section titled “Path parameters”| Name | Type | Required | Description |
|---|---|---|---|
bundleId |
string | Yes | — |
optionId |
string | Yes | — |
productId |
string | Yes | — |
Responses
Section titled “Responses”| Status | Body | Description |
|---|---|---|
200 |
BundleOptionProduct[] | Product deleted successfully, returns remaining products |
401 |
— | Unauthorized |
500 |
— | Internal Server Error |
Schemas
Section titled “Schemas”BundleOptionProduct
Section titled “BundleOptionProduct”| Field | Type | Required | Description |
|---|---|---|---|
id |
string | Yes | — |
accountId |
string | Yes | — |
bundleId |
string | Yes | — |
optionId |
string | Yes | — |
productId |
string | Yes | — |
properties |
map of string to string | Yes | — |
configuration |
BundleProductConfiguration | No | — |
displayOrder |
number | Yes | — |
BundleProductConfiguration
Section titled “BundleProductConfiguration”| Field | Type | Required | Description |
|---|---|---|---|
minQuantity |
number | No | — |
maxQuantity |
number | No | — |
readonlyQuantity |
boolean | No | — |
Ask the help center
Answers come from these guides, with links to the articles used.
Ask anything about configuring quoting in Quotivity Studio.