curl --request DELETE \
--url https://api.hyperline.co/v1/price-books/{id}/products/{productId} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Remove a product and its price configurations from a price book.
curl --request DELETE \
--url https://api.hyperline.co/v1/price-books/{id}/products/{productId} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Was this page helpful?