Disconnect Engagement
POST https://{{axpAPIDomain}}/api/digital/channel/v1/accounts/:accountId/engagements/{{digitalEngagementId}}:disconnect
Disconnects the customer from a specific dialog associated with the engagement.
Request Body
{"sessionId"=>"{{digitalSessionId}}", "dialogId"=>"{{digitalDialogId}}", "reason"=>"USER_CLOSED", "correlationId"=>"cdf184ec-8278-11eb-8dcd-0242ac130003"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
appkey | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"sessionId":"10494b78-710c-11eb-9439-0242ac130002","dialogId":"fc741b00-710b-11eb-9439-0242ac130002","reason":"USER_CLOSED","correlationId":"cdf184ec-8278-11eb-8dcd-0242ac130003"}