Remove a computer Deprecating soon

Open in ChatGPT Open in ChatGPT to ask questions about this page
Open in Claude Open in Claude to ask questions about this page
Copy as MarkdownCopy this page as markdown to use with AI assistants
View as Markdown Open this page as markdown in a new tab

Removes the specified computers from Endpoint Central. The computers will no longer be managed by 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   >

Request URL

https://{serverurl}/api/1.4/som/computers/removecomputer

Scope

DesktopCentralCloud.SOM.UPDATECopied!

Header

Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52

Request Parameters

- Query Parameters

resource_idstringOptional

Deprecated param not applicable

- Request Body

application/json
JSON Object
Hide Sub-Attributes
resourceidsarrayOptional

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.

Sample Request

Curl
Java
Python
Deluge
PowerShell
Copied!
curl --request POST \
  --url https://appdomains/api/1.4/som/computers/removecomputer \
  --header 'Authorization: Zoho-oauthtoken  d92d4xxxxxxxxxxxxx15f52' \
  --header 'content-type: application/json' \
  --data '{}'

Sample Request Body

Copied!
  {
    "resourceids": [
      301
    ]
  }
                
Show full

Response Parameters

- HTTP code 200

Response Body - application/json
JSON Object
Hide Sub-Attributes
message_typestring

Name of the module

message_responseJSON Object

Response message containing computer's operation status

Show Sub-Attributes
computersJSON Object
Show Sub-Attributes
Statusstring

Indicates the status of the task initiated

message_versionstring

Version of the Api

statusstring

Status of the request

Possible Response Codes

200HTTP code

Request processed successfully

Sample Response: HTTP 200

Copied!
  {
    "message_type": "computers",
    "message_response": {
      "computers": {
        "Status": "Computer Removal initiated successfully"
      }
    },
    "message_version": "1.4",
    "status": "success"
  }
                
Show full

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.