Home > @shopware-pwa/shopware-6-client > deleteCustomerAddress
# deleteCustomerAddress() function
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
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