Skip to main content
DELETE
https://ageneral.ai
/
v1
/
agents
/
{agent_id}
/
secrets
/
{name}
Delete agent secret
curl --request DELETE \
  --url https://ageneral.ai/v1/agents/{agent_id}/secrets/{name} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Session JWT from Ageneral sign-in. Send as Authorization: Bearer <token>.

Path Parameters

agent_id
string
required
name
string
required

Response

Success

The response is of type object.