Chats
Archive chat
Archives the given chat on the connected engine, hiding it from the main chat list.
Requires chats:write.
Request
curl -X POST "https://api.blueticks.co/v1/chats//archive"{
"success": true,
"data": {
"ok": true
}
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"requestId": "string",
"details": [
{
"path": "string",
"code": "string",
"message": "string"
}
]
}
}Path Parameters
chatId*string
Response
Response Body
application/json
application/json