Clear Chat Messages

Guide to clearing the Message history of a Chat in the Fetch Hive API.

Clear chat messages

patch

Remove all messages from a chat

Authorizations
AuthorizationstringRequired

Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345".

Path parameters
agent_idstringRequired

Agent token

idstringRequired

Chat token

Responses
200

Successful response

application/json
patch
/agents/{agent_id}/chats/{id}/clear_messages

Last updated

Was this helpful?