cURL
curl --request DELETE \ --url https://api.pipecat.daily.co/v1/secrets/{setName}/{secretKey} \ --header 'Authorization: Bearer <token>'
{ "status": "OK" }
Delete a specific secret from a set by its key. This operation removes the key-value pair from the specified secret set.
3 - 63
OK