cURL
curl --request DELETE \ --url https://api.mapademics.com/v1/courses/{courseId}/sections/{sectionId}/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 course
Unique identifier for the section
Job cancelled successfully
"Skills extraction job cancelled"
Was this page helpful?