cURL
curl --request DELETE \ --url https://api.mapademics.com/v1/jobs/{jobId}/skills-extraction \ --header 'X-API-Key: <api-key>'
{ "message": "Skills extraction job cancelled" }
Cancels an in-progress skills extraction job
API key for authentication
Unique identifier for the job
Job cancelled successfully
"Skills extraction job cancelled"
Was this page helpful?