Product reservation prices
Delete a batch of product reservation prices
Batch process helps to remove multiple product reservation prices in one request. ⚠️ Adjust batch sizes based on processing times. We recommended use maximum amount of 1000 records and adjust the batch size based on processing time. ⚠️ Endpoint is available only in the Enterprise interface.
delete/product-reservation-prices/batch
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Request body
Example request
{
"product_reservation_prices": [
{
"product_reservation_price_id": "81eaeea13b8984a169c490a325"
}
]
}Response
No Content