DELETE /api/v3/class/ID/students/ID

Removes a student from a class

Request Path

DELETE /api/v3/class/{classId}/students/{studentId}

Request Payload

None

Parameters

{classId} The ID of the class
{studentId} The ID of the student

Response

None