Abort Workflow for a file/folder
This API aborts an active workflow instance.
Use this when you want to terminate a workflow that is currently in progress. Once aborted, the instance cannot be resumed.
Endpoints
OAuth Scope
WorkDrive.workflowinstances.DELETECopied!
curl --request DELETE \
--url https://www.zohoapis.com/workdrive/api/v1/workflowinstances/{instance_id} \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Path Parameters
instance_idstring(Required)
The unique ID of the workflow instance to be aborted.
204 No Content {
"errors": [
{
"id": "R008",
"title": "Unauthorized access"
}
]
}
{
"errors": [
{
"id": "AT025",
"title": "No active instances present for the resource"
}
]
}
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.