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