Skip to main content
DELETE
/
v1
/
agents
/
{agentId}
/
secrets
/
{key}
Delete Secret
curl --request DELETE \
  --url https://app.opencomputer.dev/v1/agents/{agentId}/secrets/{key} \
  --header 'X-API-Key: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://opensandbox-feat-cf-dev-cutover.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Remove a secret from an agent.
agentId
string
required
Agent ID
key
string
required
Secret key name
{}