Delete an employee

DELETE /employees/{id}

Removes an employee from the system based on the provided ID

Path parameters

  • id integer(int64) Required

Responses

  • 404 */*

    Not Found

  • 200

    OK

DELETE /employees/{id}
curl \
 --request DELETE 'http://localhost:8080/employees/{id}'
Response examples (404)
string