DELETE ./nomenclature/nationalities
Used to delete a nationality.
Make sure there are no students associated with the nationality.
GET parameters
| Name | Value Type | Validation | Details |
|---|---|---|---|
| natID | int | required | Nationality ID |
Validation
| Error Field | Error Code | Error Message |
|---|---|---|
| natID | 101 | The nationality does not exist. |
| natID | 102 | The nationality has data associated with it. |
Output example
{"result": true}
