DELETE ./teme/solutie

It is used only by the student in order to delete a solution.

Attention! The solutions can be deleted only before the due date of the homework (hwDueDate).

DELETE parameters

NameValue TypeValidationDetails
hwsaIDintRequiredSolution Id.

Validation

Error FieldError CodeError Message
hwsaID101Outdated date. Deleting solutions is no longer possible.
hwsaID102The solution has been corrected. Deletion is no longer possible.

Output example

{
"result": true,
}