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

# Delete a skill

`DELETE /api/v1/skills/{id}`

Deletes a skill from the registry (admin only)

## Path parameters

- `id` string, required — The unique identifier

## Response `200`

Skill deleted

- SkillDeleteResponse
  - `message` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - admin role required
- `404` — Skill not found

## Changes

- **2026-01-20** `e8c3444560be` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/corespeed-io/apis/mcp-store-api/changes/api/v1/skills/:id/delete.md)

---

[API](https://skmtc.dev/corespeed-io/apis/mcp-store-api.md) · [All operations](https://skmtc.dev/corespeed-io/apis/mcp-store-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corespeed-io/mcp-store-api/revisions/25721894961a/schema)
