---
title: "Delete a specific secret from a set"
method: DELETE
path: "/secrets/{setName}/{secretKey}"
---

# Delete a specific secret from a set

`DELETE /secrets/{setName}/{secretKey}`

Remove a specific secret key from a secret set. Cannot be used with image pull secrets.

## Path parameters

- `setName` string, required
- `secretKey` string, required

## Response `200`

Secret successfully deleted

- object
  - `status` 'OK'

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `404` — Secret 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)
