---
title: "Remove Skill From Collection"
method: DELETE
path: "/v1/skill-collections/{collection_id}/skills/{skill_id}"
tags: ["v1", "protected", "skill-collections"]
---

# Remove Skill From Collection

`DELETE /v1/skill-collections/{collection_id}/skills/{skill_id}`

Remove a skill from a collection.

Membership is organizational metadata stored in ``collection_skills``; it is
not an authorization edge, so nothing is removed from the relationship graph.

## Path parameters

- `collection_id` string, uuid, required
- `skill_id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.net/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agentarea/agentarea-api/versions/e3650e48373b/schema)
