Cancel process instance
POST/process-instances/:processInstanceKey/cancellation
Cancels a running process instance.
Request
Responses
- 204
 - 400
 - 404
 - 500
 
The process instance is canceled.
The provided data is not valid.
The process instance is not found.
An internal error occurred while processing the request.