Skip to main content

AccountAddressDelete Object

Deletes 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

user ● User

A user instance for which the address was deleted.

errors ● [AccountError!]!

address ● Address

Show deprecated

Returned By

accountAddressDelete mutation