Items in Basket

Subtotal

Checkout View and edit basket

Customers Also Bought

Delete a competence requirement

Resource URL

URL: competenceAdministration/deleteCompetenceRequirement


Parameters

string username
required

Username

string password
required

Password

string parentId
optional
ID of the parent competence of the relation
One of parentId or parentExternalId must be given!

string parentExternalId
optional

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
optional

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"

}