deleteProductsOpinions

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

  • id Integer
Examples

This function deletes the opinion records associated with the product with ID 13.

const result = await idosellRequest.deleteProductsOpinions
	.id(13)
	.exec()