DELETE ./materii
Used to delete a school specialization.
Make sure there are no school associated with the subject.
GET parameters
| Name | Value Type | Validation | Details |
|---|---|---|---|
| matID | int | required | Subject ID |
Validation
| Error Field | Error Code | Error Message |
|---|---|---|
| matID | 101 | matID is invalid or has data associated with it. |
Output example
{"result": true}
