/home/brandsfa/www/vendor/mercadopago/dx-php/samples/customer-and-cards/customer/remove.php
<?php

    require_once dirname(__FILE__).'/../../index.php';
    require_once dirname(__FILE__).'/create.php';

    $customer->delete();

?>