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

# Delete custom skill

`DELETE /skills/{slug}`

Soft-delete an org-scoped custom skill by slug. The skill will no longer appear in search results.

## Path parameters

- `slug` string, required

## Response `200`

Skill deleted

- object
  - `slug` string
  - `deleted` boolean

## Other responses

- `401` — Authentication required
- `403` — Insufficient permissions
- `404` — Skill not found in this org

---

[API](https://skmtc.net/casemark/apis/case-dev-api.md) · [All operations](https://skmtc.net/casemark/apis/case-dev-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/casemark/case-dev-api/revisions/5b7e64e6d6f9/schema)
