Skip to main content
DELETE
/
vendor
/
price-lists
/
{id}
Delete a Price List
curl --request DELETE \
  --url https://api.example.com/vendor/price-lists/{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 price list's ID.

Response

200 - application/json

OK

id
string

The ID of the deleted Price list

object
string

The type of the object that was deleted

deleted
boolean

Whether or not the items were deleted