Disconnects the active chat session associated with the specified computer resource ID. Accepts a JSON body containing the session ID, chat initiator details, and identifiers for the chat session to be terminated.
put /dcapi/tools/chat/{resourceId}/disconnect
https://{serverurl}/dcapi/tools/chat/{resourceId}/disconnect
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
The unique identifier of the target device
curl --request PUT \
--url https://appdomains/dcapi/tools/chat/{resourceId}/disconnect \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/disconnectChatInfo.v1+json' \
--data '{}' {
"chatInitiatedFromRDS": "false",
"chatID": 12345,
"chatInitiatedBy": "admin@corp.com",
"annonID": "ann_01",
"sessionID": 998877665544,
"resourceTechIDParam": "tech_001",
"chatJoinedUser": "john.doe",
"cliqID": 67890
}
Result of the operation: success or failure
{
"status": "success"
}
![]()
Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.