deleteProductsImages

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

  • params Array<Object>
  • deleteAll Boolean
  • productId Integer
  • shopId Integer
  • productImagesId Array<String>
Examples

This function deletes the image file "44_6.jpg" associated with the product ID 44.

const result = await idosellRequest.deleteProductsImages
	.productId(44)
	.productImagesId(["44_6.jpg"])
	.exec()