---
title: "Deletes a tool version"
method: DELETE
path: "/tool/{packageName}/version/{version}"
tags: ["ToolVersion"]
---

# Deletes a tool version

`DELETE /tool/{packageName}/version/{version}`

## Path parameters

- `packageName` string, required
- `version` string, required

## Response `200`

OK - Resource successfully deleted

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

## Other responses

- `400` — Invalid input
- `404` — Tool or version not found
- `422` — Validation exception
- `default` — Unexpected error

## Changes

- **2025-06-28** `3e99a045bcc1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/lit-protocol/apis/vincent-registry-api/changes/tool/:packageName/version/:version/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/7a8a3bcdf96f/schema)
