DELETE /api/v2/buyer/discovery/{discoveryId}/products
Removes products from the session selection by productId. Products that are not in the selection are ignored. Returns the remaining selection and refreshed budget context.
Request
Parameters
| Field | Type | Required | Notes |
|---|---|---|---|
discoveryId | string | Yes | Path param — session to modify |
productIds | string[] | Yes | Product IDs to remove from the selection (min 1) |
Response
budgetContext.remainingBudget.
Errors
400 VALIDATION_ERROR— emptyproductIds.404 NOT_FOUND—discoveryIddoes not exist or is not visible to the authenticated customer.
Related
Discovery overview
Selection model and budget allocation
Get products
List the current selection
Add products
Add products to the selection