---
title: "Delete a Skill Version"
method: DELETE
path: "/v1/skills/{id}/versions/{version}"
tags: ["Skill Versions"]
---

# Delete a Skill Version

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

Deletes a draft version.

## Path parameters

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

## Response `200`

Version deleted successfully

## Other responses

- `409` — Only draft versions can be deleted

---

[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)
