Terminating a Process instance
DELETE /v3/processes/:guid/instances/:index
Request
Route
DELETE /v3/processes/e064d304-07fb-4d19-8c5a-daa05b700cd0/instances/0
Body
Name |
Description |
Default |
Valid Values |
Example Values |
guid
|
Process guid
|
|
|
|
index
|
The index of the instance to terminate
|
|
|
|
Headers
cURL
curl "https://api.[your-domain.com]/v3/processes/e064d304-07fb-4d19-8c5a-daa05b700cd0/instances/0" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTEwMiIsImVtYWlsIjoiZW1haWwtMTAwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5yZWFkIiwiY2xvdWRfY29udHJvbGxlci53cml0ZSJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDcxMTY4MzZ9.wYangnfNFydPw_wTc8hh52k6ztxKn7IQ8EfulUwO2Ic" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers