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

# Delete skill

`DELETE /v1/skills/{id}`

Deletes a workspace agent skill. Requires a token with write access.

## Path parameters

- `id` string, required — Skill id.

## Query parameters

- `workspace_id` string — Optional workspace override. If omitted, Conduit resolves the skill's workspace automatically.

## Response `204`

Skill deleted

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `429` — Rate limit exceeded

---

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