---
title: "DELETE /v1/skills/{skill_id}"
method: DELETE
path: "/v1/skills/{skill_id}"
tags: ["v1"]
---

# DELETE /v1/skills/{skill_id}

`DELETE /v1/skills/{skill_id}`

## Path parameters

- `skill_id` string, required

## Response `200`

Success

- DeletedSkill — Response for deleting a hosted skill.
  - `deleted` boolean, required — Whether the skill was deleted.
  - `id` string, required — The ID of the skill.
  - `object` string, required — The object type, which is always `"skill.deleted"`.

## Other responses

- `404` — Skill not found.

---

[API](https://skmtc.net/x/apis/xai-s-rest-api.md) · [All operations](https://skmtc.net/x/apis/xai-s-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/x/xai-s-rest-api/revisions/8f6014272113/schema)
