API Reference
Delete a class
Authorization
BearerAuth AuthorizationBearer <token>
Obtain your API key from the developer dashboard at https://dashboard.educare.com
In: header
Path Parameters
id*integer
Response Body
application/json
application/json
curl -X DELETE "https://api.educare.com/v1/classes/0"Empty
{
"error": "Invalid API key",
"code": "UNAUTHORIZED",
"status": 401
}{
"error": "Student not found",
"code": "NOT_FOUND",
"status": 404
}