---
title: "Delete an entire secret set"
method: DELETE
path: "/secrets/{setName}"
---

# Delete an entire secret set

`DELETE /secrets/{setName}`

Permanently removes a secret set and all its associated secrets.

## Path parameters

- `setName` string, required

## Response `200`

Secret set successfully deleted

- object
  - `status` 'OK'

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `404` — Secret set not found
- `500` — Internal server error

---

[API](https://skmtc.dev/pipecat/apis/pipecat-cloud.md) · [All operations](https://skmtc.dev/pipecat/apis/pipecat-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pipecat/pipecat-cloud/revisions/acd0f7dfe734/schema)
