Delete a batch job
204 No Content
curl -X DELETE https://api.judge.example.com/batches/batch_def456 \ -H "Authorization: Bearer YOUR_API_KEY"
curl -X DELETE https://api.judge.example.com/batches/invalid_id \ -H "Authorization: Bearer YOUR_API_KEY"
curl -X DELETE https://api.judge.example.com/batches/batch_active \ -H "Authorization: Bearer YOUR_API_KEY"