---
title: "Deletes an ability version"
method: DELETE
path: "/ability/{packageName}/version/{version}"
tags: ["AbilityVersion"]
---

# Deletes an ability version

`DELETE /ability/{packageName}/version/{version}`

## Path parameters

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

## Response `200`

OK - Resource successfully deleted

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

## Other responses

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

---

[API](https://skmtc.net/lit-protocol/apis/vincent-registry-api.md) · [All operations](https://skmtc.net/lit-protocol/apis/vincent-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lit-protocol/vincent-registry-api/versions/825608de85fb/schema)
