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>'
{}
Remove a secret from an agent.
agentId
string
required
Agent ID
key
string
required
Secret key name
{}