---
title: "Delete or Archive a Tool Version"
method: DELETE
path: "/v1/tools/{id}/versions/{version}"
tags: ["Tool Versions"]
---

# Delete or Archive a Tool Version

`DELETE /v1/tools/{id}/versions/{version}`

Deletes a specific tool version if it is in draft status, otherwise archives it.

## Path parameters

- `id` string, required
- `version` integer, required

## Response `204`

Version deleted successfully

## Other responses

- `404` — Version not found

## Changes

- **2026-07-18** `4646722cf249` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/px0-ai/apis/px0-api/changes/v1/tools/:id/versions/:version/delete.md)

---

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