---
title: "Delete Collection."
method: DELETE
path: "/v1/voice-agents/collections/{id}"
---

# Delete Collection.

`DELETE /v1/voice-agents/collections/{id}`

Deletes an existing collection. Web tools in the collection will be moved outside the collection.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful response

- DeleteCollectionResponse
  - `success` boolean
  - `message` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `500` — Server Side Error

---

[API](https://skmtc.net/tryhamsa/apis/hamsa-api.md) · [All operations](https://skmtc.net/tryhamsa/apis/hamsa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryhamsa/hamsa-api/versions/ecbeb5d8dc13/schema)
