---
title: "Delete tool server"
method: DELETE
path: "/v2/tool_servers/{tool_server_id}"
tags: ["Tool Servers"]
---

# Delete tool server

`DELETE /v2/tool_servers/{tool_server_id}`

Deletes a tool server and all of its configuration and tools. The deletion is permanent.

## Path parameters

- `tool_server_id` string, required

## Headers

- `Request-Timeout` integer
- `Request-Timeout-Millis` integer

## Response `204`

The tool server is deleted.

## Other responses

- `403` — Permissions do not allow deleting this tool server.
- `404` — Tool server not found.

---

[API](https://skmtc.net/vectara/apis/vectara-rest-api-v2.md) · [All operations](https://skmtc.net/vectara/apis/vectara-rest-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vectara/vectara-rest-api-v2/revisions/e85040b266cc/schema)
