DELETE ./elevi/clase
Used to remove a student from a class.
Warning: For this to work the student must not be assigned to any subject.
GET parameters
Name | Value Type | Validation | Details |
---|---|---|---|
elevID | int | Required | Student ID. |
clID | int | Required | Class ID. |
Output example
{"result": true}