cURL
curl --request DELETE \ --url https://api.mapademics.com/v1/credentials/{credentialId}/sections/{sectionId} \ --header 'X-API-Key: <api-key>'
{ "id": "<string>", "organizationId": "<string>", "name": "<string>", "description": "<string>", "code": "<string>", "sections": [ { "courseId": "<string>", "courseName": "<string>", "courseCode": "<string>", "courseDefaultSectionId": "<string>", "courseDisplayName": "<string>", "sectionId": "<string>", "sectionName": "<string>", "sectionInstructorName": "<string>", "sectionSkills": [ { "skillId": "<string>", "skillName": "<string>", "level": 3, "confidence": 0.5 } ] } ], "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "deletedAt": "2023-11-07T05:31:56Z" }
Removes a course section from the credential
API key for authentication
Unique identifier for the stackable credential
Section ID
Section removed successfully
Array of section profiles
Show child attributes
Was this page helpful?