Delete a Price Book
DELETE
a Price Book by ID
https://api.moltin.com/pcm/pricebooks/:id
Deletes the specified price book.
Parameters
Path parameters
Name | Required | Type | Description |
---|---|---|---|
id | Required | string | The unique identifier of the price book to delete. |
Headers
Name | Required | Type | Description |
---|---|---|---|
Authorization | Required | string | The Bearer token to grant access to the API. |
Request Example
curl -X DELETE https://api.moltin.com/pcm/pricebooks/2cf0d38c-58aa-420d-8658-4385dccea609 \
-H "Authorization: Bearer XXXX"
Response Example
204 No Content