Operation Id:
couriers/pickupPoints/delete/post [Official Documentaction]
Methods
- pickupPointDeleteRequests Array<Object>
- pickupPointId String
- pickupPointExternalId String
- courierId Integer
Examples
This function deletes the pickup point with the external ID "abcdefg" associated with the courier with ID 100105.
const result = await idosellRequest.deleteCouriersPickupPoints
.courierId(100105)
.pickupPointExternalId("abcdefg")
.exec()