---
title: "Delete a skill"
method: DELETE
path: "/v1/skills/{name}"
tags: ["Skills"]
---

# Delete a skill

`DELETE /v1/skills/{name}`

## Path parameters

- `name` string, required — Skill name. Lowercase letters, digits, and hyphens only.

## Response `200`

Skill deleted successfully

- DeleteSkillResponse
  - `success` true, required

## Other responses

- `400` — Invalid path params
- `401` — Missing or invalid API key
- `403` — Forbidden
- `404` — Skill not found
- `503` — Authentication service unavailable

---

[API](https://skmtc.net/usenotra/apis/notra-api.md) · [All operations](https://skmtc.net/usenotra/apis/notra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usenotra/notra-api/revisions/4e07496e06b0/schema)
