Home > @vue-storefront/core > UseUserBillingFactoryParams > deleteAddress
UseUserBillingFactoryParams.deleteAddress property
Signature:
deleteAddress: (context: Context, params: {
address: Readonly<USER_BILLING_ITEM>;
billing: Readonly<USER_BILLING>;
customQuery?: CustomQuery;
}) => Promise<USER_BILLING>;