Operation Id:
orders/images/delete/post [Official Documentaction]
Methods
- order Object
- images Array<Object>
- id Integer
Examples
This function deletes the image with ID 4 from the order with serial number 9.
const result = await idosellRequest.deleteOrdersImages
.order({"orderSerialNumber": 9})
.id(4)
.exec()