---
title: "Delete Collection"
method: DELETE
path: "/v2/collections/{collection_id}"
tags: ["external", "external-v2"]
---

# Delete Collection

`DELETE /v2/collections/{collection_id}`

Permanently delete a collection.
Hard-deleting removes the collection resource itself.
For membership-only changes, use note add, remove, or move collection endpoints.

## Path parameters

- `collection_id` string, uuid, required — UUID of the collection to permanently delete. Use an ID returned by create/list/search. The caller must be able to access this collection.

## Response `200`

OK

- DeleteCollectionResponseSchema
  - `request_id` string, required — Identifier for this API request. Useful for tracing and support.

---

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