DELETE ./conduita/motive/{cmID}

It is used to delete a predefined reason for behavior.

Allowed for: director / secretary / rep_adservio / admin (any reason), or the teacher who created the reason (only their own), when the modulConduita school config flag is active.

URL parameters

NameValue TypeValidationDetails
cmIDintRequiredReason ID.

Validation

Error FieldError CodeError Message
cmID101Invalid cmID.
cmID103Forbidden.

Output example

{
"result": true
}