Cancel Workflow Tasks

POST https://{{vaultDNS}}/api/{{version}}/object/workflow/actions/canceltasks

Use this request to initiate a workflow action on multiple workflows. This starts an asynchronous job whose status you can check with the Retrieve Job Status endpoint. Maximum 500 workflows per request.

https://developer.veevavault.com/api/22.2/#initiate-workflow-actions-on-multiple-workflows

Request Body

[{"name"=>"task_ids", "value"=>"", "datatype"=>"null"}, {"name"=>"user_ids", "value"=>"", "datatype"=>"null"}]

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Acceptstring
Content-Typestring