Operation Id:
products/parameters/delete/post [Official Documentaction]
Methods
- ids Array<Integer>
Examples
This function deletes the product with the ID 95.
Loading editor...
const result = await idosellRequest.deleteProductsParameters .ids([95]) .exec();