Delete a specific secret from a set
Delete Specific Secret From Set
DELETE /secrets// removes a single secret from a Pipecat Cloud secret set by its key.
DELETE
Delete a specific secret from a set
Authorizations
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
Name of the secret set
Required string length:
3 - 63Pattern:
^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$Name of the secret key to delete
Response
Secret successfully deleted
Available options:
OK