Delete an employee

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://bump.sh/bump-examples/hub/code-samples/doc/spring-code-first/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Spring Code first MCP server": {
  "url": "https://bump.sh/bump-examples/hub/code-samples/doc/spring-code-first/mcp"
}
Close
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