Appearance
DELETE
/config/price-list/price-lists/{priceListId}Required scope:
viskan:pricelist:deleteDeletes a price list by its unique identifier.
Parameters
Path parameters
priceListId integerThe unique identifier of the price list to delete.
Response
The price list was deleted successfully.
| Error code | Description |
|---|---|
cannot-delete-referenced-entity | The price list cannot be deleted because it is referenced by other entities. |
price-list-not-found | The price list with the given ID was not found. |