Delete address

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

$result = Pencepay_Address::delete('address_uid', 'customer_uid');

Result

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