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>"
}Documentation Index
Fetch the complete documentation index at: https://docs.hyperline.co/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?