Home > @shopware-pwa/shopware-6-client > deleteCustomerAddress
# deleteCustomerAddress() function
Delete's the customer's address by id
Signature:
export declare function deleteCustomerAddress(addressId: string, contextInstance?: ShopwareApiInstance): Promise<void>;
# Parameters
| Parameter | Type | Description |
|---|---|---|
| addressId | string | |
| contextInstance | ShopwareApiInstance |
Returns:
Promise<void>
# Exceptions
ClientApiError