Operation Id:
clients/deliveryAddress/delete/post [Official Documentaction]
Methods
- clients Array<Object>
- clientLogin String
- clientCodeExternal String
- clientDeliveryAddressId Integer
Examples
This function deletes the delivery address with ID 10 for the client account with the login "iai_demo".
Loading editor...
const result = await idosellRequest.deleteClientsDeliveryAddress .clientLogin("iai_demo") .clientDeliveryAddressId(10) .exec();