Deletes an existing user

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/demo/doc/express-oas-example/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"express-oas-example MCP server": {
  "url": "https://bump.sh/demo/doc/express-oas-example/mcp"
}
Close
DELETE /users/{id}

Path parameters

  • id string Required

Responses

  • 204

    No content

DELETE /users/{id}
curl \
 --request DELETE 'http://api.example.com/users/{id}'