Skip to main content
DELETE
/
api
/
v1
/
school
/
sessions
/
{session_pk}
/
student-sessions
/
{id}
Remove student registration
curl --request DELETE \
  --url https://api.example.com/api/v1/school/sessions/{session_pk}/student-sessions/{id}/ \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

academic_class_pk
string<uuid>
required

Academic class UUID

id
string<uuid>
required

Student session UUID

session_pk
string<uuid>
required

Academic session UUID

Response

{key}
any