GET Test Run Destroy Method
Destroys a test run with <id> and returns status.
Syntax:
GET /api/test_run/<id>/destroy
Curl
$> curl 'http://localhost:8080/api/test_run/58f6a1dd44455326381e0000/destroy' -H 'Authorization: Basic YWRtaW46YWRtaW4='
Raw Request
GET /api/test_run/58f6a1dd44455326381e0000/destroy HTTP/1.1
Host: localhost:8080
Authorization: Basic YWRtaW46YWRtaW4=
Response Body
{
"status": true
}