REST API - cancelProcessInstance
The table summarizes the REST API - cancelProcessInstance.
Request
Format | DELETE <baseurl>/process/cancel/<processid> |
Path parameters | processid: Unique ID for the process instance to cancel. Can be obtained from listProcessInstances , queryProcessInstances , and queryProcessInstancesAlt . |
Response
JSON | If successful, returns 204 No Content in the response header, and OK in the response body. |
XML | If successful, returns 204 No Content in the response header, and OK in the response body. |
Example
Request | DELETE <baseurl>/process/cancel/pvm:0a126 |
Response | OK |