---
title: "Delete Collection"
method: POST
path: "/collections/delete-collection"
tags: ["Collections"]
---

# Delete Collection

`POST /collections/delete-collection`

Deletes a collection.

A `404 Not Found` status code will be returned, if the provided collection name does not exist.

## Request body

- DeleteCollectionRequest
  - `collection_name` string, required — The name of the collection to delete.

## Response `200`

Successful Response

- DefaultResponse
  - `message` string — This string will always be "Success!". This may change in the future.

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `422` — Validation Error

---

[API](https://skmtc.dev/zeroentropy-ai/apis/zeroentropy-api.md) · [All operations](https://skmtc.dev/zeroentropy-ai/apis/zeroentropy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zeroentropy-ai/zeroentropy-api/revisions/5ff1b24060b9/schema)
