accountAddressDelete
Delete an address of the logged-in user.
Triggers the following webhook events:
- ADDRESS_DELETED (async): An address was deleted.
accountAddressDelete(
id: ID!
): AccountAddressDelete
Arguments
accountAddressDelete.id
● ID!
non-null scalar miscellaneous
ID of the address to delete.
Type
AccountAddressDelete
object users
Delete an address of the logged-in user.
Triggers the following webhook events:
- ADDRESS_DELETED (async): An address was deleted.