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