GET Test Execution Destroy Method
This method destroys script with ID <id> and returns status.
Syntax:
GET /api/test_execution/<id>/destroy
Curl
$> curl "http://localhost:8080/api/test" -H "Authorization: Basic YWRtaW46YWRtaW4="
Raw Request
GET /api/test_execution/5907c3d24445534540390000/destroy HTTP/1.1
Host: localhost:8080
Authorization: Basic YWRtaW46YWRtaW4=
Response Body
{"status":true}