Delete a competence requirement
Resource URL
URL: competenceAdministration/deleteCompetenceRequirement
Parameters
string username | Username |
string password | Password |
string parentId optional | ID of the parent competence of the relation One of parentId or parentExternalId must be given! |
string parentExternalId | External ID of the parent competence of the relation One of parentId or parentExternalId must be given! |
string childId optional | ID of the child competence of the relation One of childId or childExternalId must be given! |
string childExternalId optional | External ID of the parent competence of the relation One of childId or childExternalId must be given! |
Boolean deleteEnrollments | Delete any course enrollments users may have because of this requirements. Default value: FALSE. |
Return value
status | Only possible value is OK. In case of error, errorMessage is returned |
Example request
URL | https://www.trainingportal.no/mintra/rest/competenceAdministration/deleteCompetenceRequirement |
POST DATA | parentExternalId=BOP001&childExternalId=BOP003&username=username&password=secret |
{
"status":"OK"
}