/
/Pipecat Cloud
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
  • getList all agents
  • postCreate a new agent
  • getGet agent details
  • postUpdate an agent deployment
  • deleteDelete an agent
  • getGet agent logs
  • getGet session details
  • deleteStop an agent session
  • getGet agent sessions
  • getList builds
  • postCreate a build
  • getGet build status
  • getGet build logs
  • postGet upload URL for build context
  • getGet organization properties
  • patchUpdate organization properties
  • getList available regions
  • getGet a specific secret set
  • putCreate or update a secret set
  • deleteDelete an entire secret set
  • deleteDelete a specific secret from a set
  • getList all secret sets
  • getSend GET request to session
  • postStart a service instance

Delete a specific secret from a set

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

delete/secrets/{setName}/{secretKey}

Path parameters

setNamestring required

Name of the secret set

secretKeystring required

Name of the secret key to delete

Response

Secret successfully deleted

status'OK'

Changes