Delete an Execution by ID
delete
/execution/{id}
Deletes the specified execution.
Request
Path Parameters
Back to Top
Response
Default Response
The default response.
Examples
The following example shows how to delete an execution by submitting a DELETE request on the REST resource using cURL. For more information about cURL, see "Use cURL".
curl -X DELETE 'hostname:port/execution/1" -H "accept: */*"
Example of the Response Body
If successful, the response code 200 is returned along with a header.