Permanently deletes the specified scheduled power operation tasks. Accepts a JSON body containing the task IDs to be removed.
delete /dcapi/tools/shutdown/tasks
https://{serverurl}/dcapi/tools/shutdown/tasks
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request DELETE \
--url https://appdomains/dcapi/tools/shutdown/tasks \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'content-type: application/json' \
--data '{}' {
"taskIDs": [
5,
6,
7
]
}
Result of the delete operation: success or failure
Number of records successfully deleted
{
"deletedCount": 3,
"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.