---
title: "Delete Tool"
method: DELETE
path: "/v2/tools/{tool_id}"
tags: ["Tools"]
---

# Delete Tool

`DELETE /v2/tools/{tool_id}`

Soft-deletes a tool and detaches it from every PAL it was attached to. The tool name is freed for reuse on a new tool. System tools cannot be deleted.

## Response `204`

Tool deleted

## Other responses

- `400` — Tool not found or attempt to delete a system tool
- `401` — Unauthorized

---

[API](https://skmtc.dev/tavus/apis/tavus-developer-api-collection.md) · [All operations](https://skmtc.dev/tavus/apis/tavus-developer-api-collection/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tavus/tavus-developer-api-collection/revisions/c878e2f6508d/schema)
