---
title: "Delete a tool by ID"
method: DELETE
path: "/v1/platform/tools/id/{id}"
tags: ["tools"]
---

# Delete a tool by ID

`DELETE /v1/platform/tools/id/{id}`

Deletes a tool identified by its UUID.

## Path parameters

- `id` string, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-03-19** `7bbcecd856b2` — 1 breaking
  - api path removed without deprecation
- **2026-03-11** `6486ec380bdc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/langchain-ai/apis/langsmith/changes/v1/platform/tools/id/:id/delete.md)

---

[API](https://skmtc.dev/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.dev/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
