Home > @vsf-enterprise/commercetools-api > deleteBillingAddressMutation

# deleteBillingAddressMutation variable

Portion of the GraphQL query used in the deleteBillingAddress API endpoint

Signature:

deleteBillingAddressMutation = "\n  mutation deleteBillingAddress($version: Long!, $actions: [MyCustomerUpdateAction!]!, $storeKey: KeyReferenceInput) {\n    user: updateMyCustomer(version: $version, actions: $actions, storeKey: $storeKey) {\n      ...DefaultCustomer\n    }\n  }\n"