DELETE ./exemptions/{exemptionID}
Delete an exemption. You should be headteacher or secretary/headmaster.
DELETE parameters
| Name | Value Type | Validation | Details |
|---|---|---|---|
| exemptionID | int | Required | The exemption ID. |
Validation
| Error Field | Error Code | Error Message |
|---|---|---|
| exemptionID | 101 | Invalid exemption id or no permissions |
| exemptionID | 102 | Exemption delete window has been exceeded |
Output example
{"success": true}
