deleteProductsBrands

Operation Id:
products/brands/delete/post [Official Documentaction]
Methods

  • ids Array<Integer>
Examples

This function deletes the product and brand records with the specified IDs 1513170628.

const result = await idosellRequest.deleteProductsBrands
	.ids([1513170628])
	.exec()