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