Skip to main content

accountAddressDelete Mutation

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.
accountAddressDelete(
id: ID!
): AccountAddressDelete
Show return type

Arguments

id ● ID!

ID of the address to delete.

Type

AccountAddressDelete

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.