Skip to main content
DELETE
/
pricebooks
/
{priceBookId}
/
prices
Delete Price Book Entries
curl --request DELETE \
  --url https://api.quote.hapily.com/v1/pricebooks/{priceBookId}/prices \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '[
  "<string>"
]'

Authorizations

x-api-key
string
header
required

Path Parameters

priceBookId
string
required

Body

application/json

Response

Prices deleted successfully