MCP Gateway
ApiLocal tools

Delete a tool from a LOCAL server

Delete a tool from a LOCAL server.

DELETE
/api/v1/servers/{server_id}/tools/{tool_id}

Path Parameters

server_id*string
Formatuuid
tool_id*string
Formatuuid

Response Body

application/json

curl -X DELETE "https://loading/api/v1/servers/497f6eca-6276-4993-bfeb-53cbbbba6f08/tools/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
Empty
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}