---
title: "Delete collection"
method: DELETE
path: "/v1/collections/{id}"
tags: ["Collections"]
---

# Delete collection

`DELETE /v1/collections/{id}`

Delete an existing collection.

This endpoint allows deletion of a collection identified by its
UUID. The user must have appropriate permissions to delete the
collection. Deleting a collection removes all associations but does
not delete the engrams within it.

## Path parameters

- `id` string, uuid, required — The unique identifier of the collection to delete

## Response `200`

Successful Response

- NebulaResultsGenericBooleanResponse
  - `results` GenericBooleanResponse, required
    - `success` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/zeroset-inc/apis/nebula-api.md) · [All operations](https://skmtc.net/zeroset-inc/apis/nebula-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeroset-inc/nebula-api/revisions/b1da2c0bb1ae/schema)
