Retrieves the status of a computer removal action request. Returns whether the removal operation is still in progress.
get /dcapi/som/computers/actionRequest/removeStatus
https://{serverurl}/dcapi/som/computers/actionRequest/removeStatus
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
The action request ID returned from the remove endpoint. If not provided, returns the latest remove status for the user.
curl --request GET \
--url https://appdomains/dcapi/som/computers/actionRequest/removeStatus \
--header 'Accept: application/computerRemoveStatus.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Indicates whether the computer removal operation is still being processed. Returns false once all computers have been fully removed
Removal in progress
{
"inProgress": true
}
Removal completed
{
"inProgress": false
}
![]()
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.