curl --request DELETE \
--url http://localhost:2468/v1/processes/{id}{
"status": 1,
"title": "<string>",
"type": "<string>",
"detail": "<string>",
"instance": "<string>"
}Removes a stopped process from the runtime. Returns 409 if the process is still running; stop or kill it first.
curl --request DELETE \
--url http://localhost:2468/v1/processes/{id}{
"status": 1,
"title": "<string>",
"type": "<string>",
"detail": "<string>",
"instance": "<string>"
}Process ID
Process deleted