Delete a Chat
Guide to deleting a Chat in the Fetch Hive API.
Delete a specific chat
Authorizations
Path parameters
agent_idstringRequired
Agent token
idstringRequired
Chat token
Responses
200
Successful response
application/json
default
Error
application/json
delete
DELETE /v1/agents/{agent_id}/chats/{id} HTTP/1.1
Host: api.fetchhive.com
Authorization: YOUR_API_KEY
Accept: */*
{
"message": "Chat deleted"
}
Last updated
Was this helpful?