Skip to content
ADSERVIO API
  • About
  • Docs

Docs

  • Getting started
  • Changelog
  • Oauth
  • Common enumerations
  • Querying results
  • Response codes
  • Input validation

Endpoints

  • Absences
  • Callouts
  • Candidates
  • Certificates
  • Accounts
  • Addresses
  • Administrators
  • Admission
  • Authentication
  • Averages
  • Behavior
  • Calendar
  • Chat
  • Classes
  • Edumarket
  • Exemptions
  • Files
  • Generic
  • Grades
  • Groups
  • Historic
  • Holidays
  • Homeworks
  • Institutions
  • Library
  • Meetings
  • Messages
  • Mood
  • News
  • Nomenclature
  • Observations
  • Organizations
  • Parents
  • Photo
  • Portofolio
  • Reports
  • Repartition
  • Roles
  • Schedule
  • Schools
  • Students
  • Questionnaires
  • Subjects
  • Taxes
  • Teachers
  • Enumerations
  • Tests
  • Staff attendence
  • Timetables
  • Timesheet
  • Tenants
  • Transfers
  • Users
  • Schedule events
  • Versions
  • Warnings
  • Year-book
  • Years

DELETE ./nomenclature/ethnicities

Used to delete an ethnicity.

Make sure there are no students associated with the ethnicity.

GET parameters

NameValue TypeValidationDetails
ethIDintrequiredEthnicity ID

Validation

Error FieldError CodeError Message
ethID101The ethnicity does not exist.
ethID102The ethnicity has data associated with it.

Output example

{
"result": true
}