Skip to product menu
Skip to main content

This API is used to delete the device.

DELETE /api/v2/devices/{resource_id}


OAuth Scope

ZohoAssist.unattended.computer.DELETE


Headers

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

Delete Unattended Computer

Copiedcurl --location --request DELETE 'https://assist.zoho.com/api/v2/devices/2750***********' \
--header 'x-com-zoho-assist-orgid: 7436****' \
--header 'x-com-zoho-assist-department-id: 2750***********'
CopiedHTTP/1.1 200 OK