Terminating a Process instance
DELETE /v3/processes/:guid/instances/:index
Request
Route
DELETE /v3/processes/f1e0de3a-b34f-40a0-89ce-634653086508/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/f1e0de3a-b34f-40a0-89ce-634653086508/instances/0" -d '' -X DELETE \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM2NyIsImVtYWlsIjoiZW1haWwtMjU3QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5yZWFkIiwiY2xvdWRfY29udHJvbGxlci53cml0ZSJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0Mzg2NDE4MTJ9.7l9hixO-BnBh4YDEm6hs1vz57AKgT2yHiLUM3zP5XXg" \
-H "Host: example.org" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Cookie: "
Response
Status
204 No Content
Headers