---
title: "Deletes a tool and all its versions"
method: DELETE
path: "/tool/{packageName}"
tags: ["Tool", "ToolVersion"]
---

# Deletes a tool and all its versions

`DELETE /tool/{packageName}`

## Path parameters

- `packageName` string, required

## Response `200`

Successful operation

- GenericResultMessage
  - `message` string, required — Success message

## Other responses

- `404` — Tool not found
- `default` — Unexpected error

## Changes

- **2025-07-23** `246a15ffe975` — 2 info
  - the endpoint scheme security `bearerAuth` was added to the API
  - the endpoint scheme security `siweAuth` was removed from the API
- **2025-06-28** `f7b25b5b140b` — 4 info
  - the endpoint scheme security `siweAuth` was added to the API
  - api tag `Tool` added
  - api tag `ToolVersion` added
  - api tag `tool` removed
- **2025-06-24** `aec15cb46b4f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/lit-protocol/apis/vincent-registry-api/changes/tool/:packageName/delete.md)

---

[API](https://skmtc.dev/lit-protocol/apis/vincent-registry-api.md) · [All operations](https://skmtc.dev/lit-protocol/apis/vincent-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lit-protocol/vincent-registry-api/revisions/246a15ffe975/schema)
