Skip to main content
POST
/
api
/
agents
/
chat
/
clear
Api Agents Chat Clear
curl --request POST \
  --url http://localhost:8080/api/agents/chat/clear \
  --header 'Content-Type: application/json' \
  --data '
{
  "action": "clear"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
action
string
default:clear

Response

Successful Response