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

# Delete Collection

`DELETE /collections/{id}`

Delete a collection.

## Path parameters

- `id` integer, required

## Response `200`

Success

- CollectionDeleteResponse
  - `id` integer — The unique identifier for the collection, created by Loop.
  - `success` boolean — Whether the collection was successfully deleted.

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.dev/loopreturns/apis/listings-api.md) · [All operations](https://skmtc.dev/loopreturns/apis/listings-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/loopreturns/listings-api/revisions/750e6012dbb8/schema)
