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

# Delete skill

`DELETE /skills/{skill_id}`

Permanently delete a skill. This is a soft-delete — the skill will no longer appear in listings or be usable by agents.

## Path parameters

- `skill_id` string, required

## Response `200`

Skill deleted successfully.

- object
  - `deleted` boolean — Whether the skill was successfully deleted.

## Other responses

- `401` — Unauthorized — missing or invalid API key.
- `403` — Forbidden — the caller cannot delete this skill.
- `404` — Skill not found.
- `500` — Internal server error.

---

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