Saltar al contenido principal
DELETE
/
price-lists
/
{priceListId}
Eliminar
curl --request DELETE \
  --url https://sandbox.api.riqra.com/price-lists/{priceListId} \
  --header 'api-key: <api-key>'
{
  "errors": [
    {
      "message": "<string>",
      "code": 123
    }
  ]
}

Authorizations

api-key
string
header
required

Todas las llamadas al API tienen que contener este header junto a la clave para poder autenticar y autorizar al cliente.

Path Parameters

priceListId
string
required

Response

No Content