# Archive a skill

> Archive a skill. Owner only. Agents stop seeing it; the record survives.

Source: https://docs.generalinput.com/api/skills/archive



<Endpoint method="DELETE" path="/v1/skills/:id" />

<Access scope="skills:manage" />

## Response [#response]

`204 No Content`.

## Errors [#errors]

| Status | When                                       |
| ------ | ------------------------------------------ |
| `404`  | Not found, or the member is not the owner. |
