Remove association between a department and an exam period. Only admin can perform this action.
DELETE
/api/v1/exam-period/{id}/departments/{departmentId}/unlink
curl \
--request DELETE 'https://api.echoplain.social/api/v1/exam-period/{id}/departments/{departmentId}/unlink'
Response examples (400)
{
"message": "string",
"error": "string",
"statusCode": 42.0
}