Permanently removes the specified scheduled Wake on LAN task from the system. The task is identified by its task ID in the URL path.
delete /dcapi/tools/wol/tasks/{taskId}
https://{serverurl}/dcapi/tools/wol/tasks/{taskId}
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
The unique identifier of the task
curl --request DELETE \
--url https://appdomains/dcapi/tools/wol/tasks/{taskId} \
--header 'Accept: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Result of the operation: success or failure
{
"status": "success"
}
![]()
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.