---
title: "Delete a Tool"
method: DELETE
path: "/v1/tools/{id}"
tags: ["Tools"]
---

# Delete a Tool

`DELETE /v1/tools/{id}`

Deletes a specific tool and all its versions.

## Path parameters

- `id` string, required

## Response `204`

Tool deleted successfully

## Other responses

- `404` — Tool not found

---

[API](https://skmtc.net/px0-ai/apis/px0-api.md) · [All operations](https://skmtc.net/px0-ai/apis/px0-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/px0-ai/px0-api/revisions/3ed72443989d/schema)
