# Is there a way to mass cancel workflow requests?

**URL:** https://discuss.workflowgen.com/t/is-there-a-way-to-mass-cancel-workflow-requests/311
**Category:** Web API
**Created:** [July 20, 2013, 10:24pm UTC](https://discuss.workflowgen.com/t/is-there-a-way-to-mass-cancel-workflow-requests/311 "2013-07-20T22:24:17Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![wfg-admin](https://yyz2.discourse-cdn.com/flex030/user_avatar/discuss.workflowgen.com/wfg-admin/32/714_2.png) [@wfg-admin](https://discuss.workflowgen.com/u/wfg-admin)
#### Post date: [July 20, 2013, 10:24pm UTC](https://discuss.workflowgen.com/t/is-there-a-way-to-mass-cancel-workflow-requests/311/1 "2013-07-20T22:24:17Z")

</div>

There’s no standard mass request cancellation feature in WorkflowGen, and it may be a bit risky to provide such a function.

However, there is a way to do this by creating a script that does an HTTP post of the following URL to cancel each of the 200+ requests if the user have the permissions to cancel it (like using a WorkflowGen administrator account for the HTTP request connection):

`http://mywebserver/wfgen/show.aspx?QUERY=PROCESS_INSTANCE_CANCEL&ID_PROCESS_INST=99999&ACTION=ABORT&NOTIFY_PARTICIPANT=N`
