Delete address

Address can be deleted only if it is not used by any other object.

DeleteResult result = gateway.address().delete("address_uid", "customer_uid");

Result

DeleteResult object is returned, indicating the status of the delete operation.