Home > @poq/sdk-sfcc > ICustomersClient > deleteCustomersByIDAddressesByID
Deletes a customer’s address by address name.
Signature:
deleteCustomersByIDAddressesByID(customerId: string, addressName: string, options?: RequestOptions): Promise<PoqResponse<void>>;
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>>