Skip to main content
DELETE
/
api
/
v1
/
agent-config
/
reset
Reset Agent Config
curl --request DELETE \
  --url https://services.staging.app.dados.rio/eai-agent/api/v1/agent-config/reset \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "agent_type": "<string>",
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.dados.rio/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

agent_type
string
default:agentic_search

Tipo do agente para resetar config

Response

Successful Response

success
boolean
required
agent_type
string
required
message
string
required