Home > @vsf-enterprise/bigcommerce-theme > UseUserShippingInterface > deleteAddress
# UseUserShippingInterface.deleteAddress() method
Removes customers shipping address.
Signature:
deleteAddress(address: UserAddress): Promise<void>;
# Parameters
Parameter | Type | Description |
---|---|---|
address | UserAddress |
Returns:
Promise<void>
# Remarks
Saves the details returned from the API in the customerStore
.