Skip to main content

Delete a Product Price from a Price Book

DELETE 

https://euwest.api.elasticpath.com/pcm/pricebooks/:pricebookID/prices/:priceID

Deletes a product price from the specified price book.

Request

Path Parameters

    pricebookID stringrequired

    The unique identifier of a price book.

    priceID stringrequired

    A unique identifier of a price book price.

Responses

A 204 response indicates that the product prices have been deleted

Authorization: Authorization

name: Authorizationtype: httpin: headerscheme: bearer
curl -L -X DELETE 'https://euwest.api.elasticpath.com/pcm/pricebooks/:pricebookID/prices/:priceID' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://euwest.api.elasticpath.com
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!