DELETE ./note/nps

It is used to delete a grade cancellation request.

The cancellation request can be made under the following conditions:

  • just by the teacher who created the cancellation request.
  • in less than a minute from creation.
  • if the cancellation request has not been approved/rejected.

DELETE parameters

NameValue TypeValidationDetails
npsIDintRequiredRequest ID.

Validation

Error FieldError CodeError Message
npsID101Invalid npsID.
npsID102Timeout exceeded.
npsID103The request was approved / rejected.

Output example

{
"result": true
}