Terminates an active chat.
Status | ||||
---|---|---|---|---|
|
Request Body:
Type:
Status | ||
---|---|---|
|
Name | Mandatory | Type | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
chatID |
|
| Unique Chat identifier |
...
Response:
Type:
Status | ||
---|---|---|
|
Name | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
result |
| If true, the service response was performed correctly | ||||||||
error |
| Contains the error description if an error has occurred in the request |
Example:
Request
http://<hostname>:<port>/livechat/endContactByChatID
Request body
Code Block | ||
---|---|---|
| ||
{ "chatID" : "CHAT_1b434365-0229-4b64-a56c-2942cae63a90" } |
...