DELETE
/
secrets
/
{setName}
/
{secretKey}
curl --request DELETE \
  --url https://api.pipecat.daily.co/v1/secrets/{setName}/{secretKey} \
  --header 'Authorization: Bearer <token>'
{
  "status": "OK"
}

Authorizations

Authorization
string
header
required

Authentication requires a Pipecat Cloud Private API token. Generate a Private API key from your Dashboard (Settings > API Keys > Private > Create key) and include it as a Bearer token in the Authorization header.

Path Parameters

setName
string
required

Name of the secret set

Required string length: 3 - 63
secretKey
string
required

Name of the secret key to delete

Response

200
application/json

Secret successfully deleted

The response is of type object.