---
title: "delete tool"
method: DELETE
path: "/v1/tools/{id}"
tags: ["Tools"]
---

# delete tool

`DELETE /v1/tools/{id}`

Delete a tool. The tool will be soft-deleted and no longer available.

## Path parameters

- `id` string, uuid, required

## Response `204`

Successfully deleted tool

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `403` — Forbidden - System tools cannot be deleted, or the API key lacks the required permission
- `404` — Tool not found
- `500` — Server error

---

[API](https://skmtc.net/anam/apis/anam-ai-api.md) · [All operations](https://skmtc.net/anam/apis/anam-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anam/anam-ai-api/versions/67afd1c5db59/schema)
