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>",
  "agents_updated": {},
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

agent_type
string
required

Tipo do agente para resetar config

update_agents
boolean
default:false

Atualizar também os agentes existentes

Response

200
application/json

Successful Response

The response is of type object.