Delete Scenario Result by ID

delete

/runtime/scenarioresult/{id}

Deletes a specific scenario result based on the ID.

Request

Path Parameters
Back to Top

Response

200 Response

Successfully deleted the scenario result

404 Response

Scenario result not found

500 Response

Server error
Back to Top

Examples

The following example shows how to delete a scenario result by submitting a DELETE request on the REST resource using cURL. For more information about cURL, see "Use cURL".

curl -X DELETE 'hostname:port/runtime/scenarioresult/136" -H "accept: */*"

Example of the Response Body

If successful, the response code 200 is returned along with a header.

Back to Top