---
title: "Delete a user-distilled copilot skill"
method: DELETE
path: "/api/skills/{name}"
tags: ["v1", "skills"]
---

# Delete a user-distilled copilot skill

`DELETE /api/skills/{name}`

Delete a user-distilled skill by slug.

Built-in defaults are not user-deletable — attempting to delete one
returns 400.  Missing skills return 404 so the UI can reconcile a
stale list.

## Path parameters

- `name` string, required — Slug of the skill to delete

## Response `200`

Successful Response

- object

## Other responses

- `401` — Authentication required
- `422` — Validation Error

---

[API](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/significant-gravitas/autogpt-agent-server/versions/382041c7ecb2/schema)
