Poq.SDK.Node

Home > @poq/sdk-sfcc > CustomersClient > deleteCustomersByIDAddressesByID

CustomersClient.deleteCustomersByIDAddressesByID() method

Deletes a customers address by address name.

Signature:

deleteCustomersByIDAddressesByID(customerId: string, addressName: string, options?: RequestOptions): Promise<PoqResponse<void>>;

Parameters

Parameter Type Description
customerId string the id of the customer to delete the address for
addressName string the name of the address to delete
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<void>>