REST API - cancelProcessInstances
The table summarizes the REST API - cancelProcessInstances.
Request
| Format | DELETE <baseurl>/process/cancel/<module>/<process>/<version> |
| Path parameters |
|
Response
| JSON | If successful, returns 204 No Content in the response header. The response body contains an integer value indicating the number of process instances that were cancelled. |
| XML | If successful, returns 204 No Content in the response header. The response body contains an integer value indicating the number of process instances that were cancelled. |
Example
| Request | DELETE <baseurl>/process/cancel/HelpDesk%2FProcess%20Packages%2FHelpDesk.xpdl/HelpDeskProcess/1.0.0.201210231049 |
| Response | 5 |