Operation Id:
warranties/warranties/delete/post [Official Documentaction]
Methods
- warranty_ids Array<String>
Examples
This function deletes the warranty with ID 6.
Loading editor...
const result = await idosellRequest.deleteWarranties .warranty_ids([6]) .exec();