Headless LMS

Delete a student

DELETE /api/students/{id}. Delete a student. Headless LMS Organizations API reference.

DELETE
/api/students/{id}

Path Parameters

id*string

Response Body

application/json

application/json

curl -X DELETE "https://example.com/api/students/string"
null
{  "error": "string",  "message": "string",  "requestId": "string"}