DELETE
/
price-lists
/
{id}
Delete Price List
curl --request DELETE \
  --url https://api.wizcommerce.com/v1/price-lists/{id} \
  --header 'X-API-Key: <api-key>'
{
  "data": "<any>"
}

Authorizations

X-API-Key
string
header
required

API Key for authentication

Path Parameters

id
string
required

ID

Response

204
application/json

desc

The response is of type object.