- Contents
Interaction Web Tools Developer's Guide
Exit a Chat
To stop the remote user's participation in a chat, use the Exit a Chat message.
This message can only be sent when a chat is active. Specifically, after a successful response to a Start a Chat message, and before an Exit a Chat message is sent for that chat session. It must include a guid in the URI. This guid is the value of participantID returned by the call to Start a Chat.
After this message is sent, no further messages are sent until or unless one of the following is sent:
-
Get Server Configuration
-
Start a Chat
-
Create a Callback
Even though this message is an HTTP POST request, no data is posted.
|
Message |
Code |
|
JSON Request |
POST /WebSvcs/chat/exit/c59f68d7-a1ff-416a-aa6e-09f978973a8a HTTP/1.0
Accept: application/json
|

