Get your API key and start collecting data in minutes. Get API Key →
Get your API key and start collecting data in minutes. Get API Key →
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."
}Documentation Index
Fetch the complete documentation index at: https://docs.mindcase.co/llms.txt
Use this file to discover all available pages before exploring further.
API key in the format mk_live_...
Was this page helpful?
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."
}