---
title: "Delete a tool"
method: DELETE
path: "/tool/{toolId}"
tags: ["Tools"]
---

# Delete a tool

`DELETE /tool/{toolId}`

Delete a tool from the library. Blocked with `400` if any agent still
references it — remove it from those agents first.

## Path parameters

- `toolId` string, required

## Response `200`

Tool deleted.

- object
  - `status` boolean
  - `data` string

## Other responses

- `400` — Invalid input
- `401` — Unauthorized access
- `403` — Forbidden access
- `500` — Internal server error

## Changes

- **2026-09-02** `8546eaa96566` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/smallest-inc/apis/agent-management-api/changes/tool/:toolId/delete.md)

---

[API](https://skmtc.dev/smallest-inc/apis/agent-management-api.md) · [All operations](https://skmtc.dev/smallest-inc/apis/agent-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smallest-inc/agent-management-api/revisions/8546eaa96566/schema)
