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

Arguments

accountAddressDelete.id ● ID! non-null scalar

ID of the address to delete.

Type

AccountAddressDelete object

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.

Was this page helpful?