DELETE
/api/v1/student-enrollment/{id}
curl \
--request DELETE 'https://api.echoplain.social/api/v1/student-enrollment/{id}'
Response examples (400)
{
"message": "string",
"error": "string",
"statusCode": 42.0
}