Cancel an active job and all of it's output tasks.

{
  "id": "1234567890",
}
require './lib/SkyEncoder.php';
$sky = new SkyEncoder('your-secret-key', 'your-api-token');

$resp = $sky->cancelJob('1234567890');
Language