Removes the specified computers (by resource IDs) from the user confirmation exclusion list. After removal, remote control sessions to these computers will again require end-user confirmation if the global prompt setting is enabled. Accepts a JSON body containing an array of resource IDs.
delete /dcapi/tools/remoteControl/excludeComputers
https://{serverurl}/dcapi/tools/remoteControl/excludeComputers
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request DELETE \
--url https://appdomains/dcapi/tools/remoteControl/excludeComputers \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'content-type: application/json' \
--data '{}' {
"computerList": [
101,
105,
202
]
}
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.