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

# Delete a skill

`DELETE /v1/fleet/skills/{skillID}`

Deletes the skill and all of its files. Idempotent: deleting an
already-deleted skill returns 204.

## Path parameters

- `skillID` string, required

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/versions/a0acb3a6a101/schema)
