DELETE
/api/v1/exam-period/{id}
curl \
--request DELETE 'http://localhost:3500/api/v1/exam-period/{id}'
Response examples (400)
{
"message": "string",
"error": "string",
"statusCode": 42.0
}
curl \
--request DELETE 'http://localhost:3500/api/v1/exam-period/{id}'
{
"message": "string",
"error": "string",
"statusCode": 42.0
}