---
title: "Delete skill version"
method: DELETE
path: "/v1alpha/skills/{skill_id}/versions/{version}"
tags: ["Skills"]
---

# Delete skill version

`DELETE /v1alpha/skills/{skill_id}/versions/{version}`

Delete a specific version of a skill.

## Path parameters

- `skill_id` string, required
- `version` string, required

## Response `200`

Successful Response

- SkillVersionDeleteResponse — Response from deleting a skill version. Matches OpenAI DeletedSkillVersion wire format.
  - `id` string, required — ID of the deleted skill
  - `deleted` boolean — Whether the version was successfully deleted
  - `object` 'skill.version.deleted'
  - `version` string, required — Version that was deleted

## Other responses

- `400` — The request was invalid or malformed
- `429` — The client has sent too many requests in a given amount of time
- `500` — The server encountered an unexpected error
- `default` — An error occurred

---

[API](https://skmtc.net/ogx-ai/apis/ogx-specification-stable-experimental-apis.md) · [All operations](https://skmtc.net/ogx-ai/apis/ogx-specification-stable-experimental-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ogx-ai/ogx-specification-stable-experimental-apis/revisions/f3f783962256/schema)
