---
title: "Delete a skill"
method: DELETE
path: "/skills/{namespace}/{slug}"
tags: ["skills"]
---

# Delete a skill

`DELETE /skills/{namespace}/{slug}`

Delete a skill by namespace and slug. Requires ownership of the namespace.

## Path parameters

- `namespace` string, required
- `slug` string, required

## Response `200`

Skill deleted successfully

- object
  - `success` boolean, required
  - `qualifiedName` string, required

## Other responses

- `403` — Forbidden - user does not own the namespace
- `404` — Skill not found

---

[API](https://skmtc.net/smithery-ai/apis/smithery-platform-api.md) · [All operations](https://skmtc.net/smithery-ai/apis/smithery-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smithery-ai/smithery-platform-api/versions/60b8c3d2fecf/schema)
