Delete an employee
Removes an employee from the system based on the provided ID
DELETE
/employees/{id}
curl \
--request DELETE 'http://localhost:8080/employees/{id}'
Response examples (404)
string
Removes an employee from the system based on the provided ID
curl \
--request DELETE 'http://localhost:8080/employees/{id}'
string