/
/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 an entire secret set

Permanently removes a secret set and all its associated secrets.

delete/secrets/{setName}

Path parameters

setNamestring required

Name of the secret set to delete

Response

Secret set successfully deleted

status'OK'

Changes