Smalot\Magento\Customer\CustomerAddress::delete PHP Method

delete() public method

Delete the required customer address.
public delete ( integer $addressId ) : Smalot\Magento\ActionInterface
$addressId integer
return Smalot\Magento\ActionInterface
    public function delete($addressId)
    {
        return $this->__createAction('customer_address.delete', func_get_args());
    }