# Delete an employee **DELETE /employees/{id}** Removes an employee from the system based on the provided ID ## Servers - Development server: http://localhost:8080 (Development server) ## Parameters ### Path parameters - **id** (integer(int64)) ## Responses ### 200 OK ### 404 Not Found #### Body: application/json (string) string [Powered by Bump.sh](https://bump.sh)