DeleteResource.php 311 B

123456789101112
  1. <?php
  2. use Volc\Service\Notify;
  3. require('../../../vendor/autoload.php');
  4. require('../../src/Service/Notify.php');
  5. $client = Notify::getInstance();
  6. $client->setAccessKey("your ak");
  7. $client->setSecretKey("your sk");
  8. $response = $client->DeleteResourceByKey("1e81711901d844cfa1fe89d341558a39");
  9. echo $response;