This API is used to delete more than one unattended devices.

DELETE /api/v2/devices


OAuth Scope

ZohoAssist.unattended.computer.DELETE


Headers

  • Headers
    Data Type
    Description
  • x-com-zoho-assist-department-id *
    Long
    Required
    The department in which the list of devices is to be deleted.
  • source
    String
    Optional
    The source from which the request is made.

Request JSON

  • Headers
    Data Type
    Description
  • managed_computer_ids *
    Array of String
    Required
    The resource ID of the unattended devices that are to be deleted. The resource ID can be fetched from theGet Unattended Computer API request.
  • operationId *
    Integer
    Required
    The value should always be 4.
Copiedcurl --location --request DELETE 'https://assist.zoho.com/api/v2/devices' \
--header 'x-com-zoho-assist-department-id: 46*****************' \
--header 'Content-Type: application/json' \
--header 'Authorization: Zoho-oauthtoken 1000.84f8*****************************************' \
--data '{"managed_computer_ids":["467**************"],"operationId":4}'
CopiedHTTP/1.1 200 OK