This page was last edited on February 15, 2024, at 19:11.
Comments or questions about this documentation? Contact us for support!
This operation is part of the SMS Session API section of the Web Services API.
This operation will cause an agent to leave an SMS session. If the agent was participating in a conference, the agent will leave the conference.
Request URL | /api/v2/me/smssessions/{id} |
---|---|
HTTP Method | POST |
Required Features | api-multimedia |
Parameter | Value |
---|---|
operationName | Leave |
POST api/v2/me/smssessions/0071023821aec011 { "operationName": "Leave" }
{ "statusCode": 0 }
{ "messageType": "SMSsessionStateChangeMessage", "referenceId": 17, "notificationType": "StatusChange", "smssession": { "state": "LeftChat", "capabilities": [ "Transfer", "Complete", "Leave", "InFocus" ], "id": "0000Na9B26EF002X", "uri": "http://localhost:8080/api/v2/smssessions/0000Na9B26EF002X", } }
{ "messageType": "SMSsessionStateChangeMessage", "notificationType": "StatusChange", "smssession": { "state": "Completed", "id": "0000Na9B26EF002X", "uri": "http://localhost:8080/api/v2/smssessions/0000Na9B26EF002X", } } }