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

Authorizations

Authorization
string
header
required

Session JWT or node identity token where applicable. Send as Authorization: Bearer <token>.

Path Parameters

node_id
string
required
name
string
required

Response

Success

The response is of type object.