---
title: "Delete a skill by its ID."
method: DELETE
path: "/skills/{skill_id}"
tags: ["Skills"]
---

# Delete a skill by its ID.

`DELETE /skills/{skill_id}`

## Path parameters

- `skill_id` string, required

## Response `200`

Success

- DeletedSkillResource
  - `object` 'skill.deleted', required
  - `deleted` boolean, required
  - `id` string, required

---

[API](https://skmtc.net/openai/apis/openai-api-3.md) · [All operations](https://skmtc.net/openai/apis/openai-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openai/openai-api-3/versions/74cbcf73838f/schema)
