deleteClientsPricelists

Operation Id:
clients/pricelists/delete/post [Official Documentaction]
Methods

  • priceListId Integer
Examples

This function deletes the pricelist with the priceListId of 205 from the clients' pricelists.

const result = await idosellRequest.deleteClientsPricelists
	.priceListId(205)
	.exec()