Skip to main content
DELETE
/
api
/
v1
/
eai-gateway
/
history
Delete User History
curl --request DELETE \
  --url https://services.staging.app.dados.rio/eai-agent/api/v1/eai-gateway/history \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "user_id": "<string>"
}'
{
  "thread_id": "<string>",
  "overall_result": "<string>",
  "tables": {}
}

Authorizations

Authorization
string
header
required

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

Body

application/json
user_id
string
required

Response

Successful Response

thread_id
string
required
overall_result
string
required
tables
object
required