Skip to content

Undo Workflow Task Acceptance

Undo your acceptance of an available workflow task. Once released, the task is available again to any of the assigned users. This endpoint supports single and multi-item workflows.

POST/api/{version}/objects/objectworkflows/tasks/{task_id}/actions/undoaccept
NameDescription
Content-Typeapplication/json or application/x-www-form-urlencoded
Acceptapplication/json (default) or application/xml
NameDescription
{task_id}The task id field value.
curl -X POST -H "Authorization: {SESSION_ID}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
https://myvault.veevavault.com/api/v26.1/objects/objectworkflows/tasks/9626/actions/undoaccept
{
    "responseStatus": "SUCCESS"
}

On SUCCESS, Vault reeases the available workflow task on behalf of the authenticated user. The task is available again to any of the assigned users.