DELETE
/v1/students/{id}
curl \
--request DELETE 'https://classmanager.test/v1/students/stu_xxxxxxxx'
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}
Response examples (404)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}