Skip to main content
Version: 3.x

AccountAddressDelete

Delete an address of the logged-in user.

Requires one of the following permissions: MANAGE_USERSIS_OWNER

Triggers the following webhook events:

  • ADDRESS_DELETED (async): An address was deleted.
type AccountAddressDelete {
user: User
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
address: Address
}

Fields

AccountAddressDelete.user ● User object

A user instance for which the address was deleted.

AccountAddressDelete.accountErrors ● [AccountError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

AccountAddressDelete.errors ● [AccountError!]! non-null object

AccountAddressDelete.address ● Address object

Returned by

accountAddressDelete mutation


Was this page helpful?