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.
Loading editor...
const result = await idosellRequest.deleteProductsOpinions .id(13) .exec();