Skip to main content
DELETE
/
vendor
/
price-lists
/
{id}
/
prices
/
{price_id}
Deletes price list price
curl --request DELETE \
  --url https://api.example.com/vendor/price-lists/{id}/prices/{price_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "object": "<string>",
  "deleted": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The ID of the price list.

price_id
string
required

The ID of the price.

Response

200 - application/json

OK

id
string

The ID of the deleted Price

object
string

The type of the object that was deleted

deleted
boolean

Whether or not the items were deleted