Get your API key and start scraping in minutes. Get API Key →
cURL
curl --request DELETE \ --url https://api.mindcase.co/api/v1/jobs/{job_id} \ --header 'Authorization: Bearer <token>'
{ "job_id": "job_abc123def456", "status": "cancelled", "message": "Job has been cancelled." }
API key in the format mk_live_...
mk_live_...
Job cancelled
"job_abc123def456"
cancelled
"cancelled"
"Job has been cancelled."
Was this page helpful?