This API is used to delete more than one unattended devices.
DELETE /api/v2/devices
OAuth Scope
ZohoAssist.unattended.computer.DELETE
Headers
- HeadersData TypeDescription
- x-com-zoho-assist-department-id *Long
RequiredThe department in which the list of devices is to be deleted. - sourceString
OptionalThe source from which the request is made.
Request JSON
- HeadersData TypeDescription
- managed_computer_ids *Array of String
RequiredThe 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
RequiredThe 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