Skip to main content
DELETE
/
v1
/
price-books
/
{id}
/
products
/
{productId}
Remove product from price book
curl --request DELETE \
  --url https://api.hyperline.co/v1/price-books/{id}/products/{productId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
productId
string
required

Response

Product removed from price book.