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

# Delete a Skill

`DELETE /skills/v1/{skillId}`

Permanently deletes a Skill from your workspace.

## Path parameters

- `skillId` string, uuid, required

## Response `200`

Skill deleted successfully

- object
  - `success` boolean, required

## Other responses

- `400` — Invalid Skill ID
- `401` — Invalid or missing API key
- `403` — Missing required scope or owner access
- `404` — Skill not found
- `429` — Rate limit exceeded
- `500` — Internal server error

---

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