---
title: "Delete a collection"
method: DELETE
path: "/ai/collections/{uuid}"
tags: ["AI Collections"]
---

# Delete a collection

`DELETE /ai/collections/{uuid}`

Soft-deletes a collection. Its `slug` is freed and may be reused by a new collection.

## Path parameters

- `uuid` string, uuid, required

## Response `204`

Collection deleted.

## Other responses

- `401` — Missing or invalid authentication.
- `404` — The requested resource does not exist.

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/ec31f78cf002/schema)
