Assuming "ID" refers to an address identifier (not a client identifier), then
$id = 5; Mage::getModel('customer/address')->load($id);
(it is always useful to perform a security check when booting by id)
See deleteAction () in application / code / kernel / Mage / Client / controllers / AddressController.php
source share