Initiates the uninstallation process for the Endpoint Central agent on managed computer in Endpoint Central
This API endpoint is deprecating soon
This API endpoint will be permanently removed on January 2027, please migrate to the new endpoint.
View new endpoint >post /api/1.4/som/computers/uninstallagent
https://{serverurl}/api/1.4/som/computers/uninstallagent
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Deprecated param not applicable
Specify the resource IDs of the computers. You can obtain these IDs from the response of this Computers API, under the resource_id_string field.
curl --request POST \
--url https://appdomains/api/1.4/som/computers/uninstallagent \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'content-type: application/json' \
--data '{}' {
"resourceids": [
301
]
}
Name of the module
Response message containing computer's operation status
Indicates the status of the task initiated
Version of the Api
Status of the request
Request processed successfully
{
"message_type": "computers",
"message_response": {
"computers": {
"Status": "UnInstallation initiated successfully"
}
},
"message_version": "1.4",
"status": "success"
}
![]()
Duration: 1 minute | Threshold: 120 | 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.