---
title: "Archive a skill"
method: DELETE
path: "/api/v1/w/{wId}/skills/{skillId}"
tags: ["Skills"]
---

# Archive a skill

`DELETE /api/v1/w/{wId}/skills/{skillId}`

Soft-archives a custom skill in the workspace.

## Path parameters

- `wId` string, required
- `skillId` string, required

## Response `200`

Skill archived successfully.

- object
  - `success` boolean, required

## Other responses

- `401` — Unauthorized. Invalid or missing authentication token.
- `403` — Forbidden. The caller is not allowed to archive skills.
- `404` — Skill not found.
- `500` — Internal Server Error.

---

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