---
title: "Delete Collection"
method: DELETE
path: "/library/{libraryId}/collections/{collectionId}"
tags: ["Manage Collections"]
---

# Delete Collection

`DELETE /library/{libraryId}/collections/{collectionId}`

## Path parameters

- `libraryId` integer, required
- `collectionId` string, required

## Response `200`

The collection was successfully deleted

- StatusModel
  - `success` boolean — Determines if the request was successful
  - `message` string, nullable — Response message description
  - `statusCode` integer — The response status code

## Other responses

- `401` — The request authentication failed
- `403` — The request authorization failed
- `404` — The requested collection was not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/versions/9e622620664b/schema)
