GET Execution Configuration Destroy Method
This method destroys a test execution configuration.
Syntax:
GET /api/execution_configuration/<id>/destroy
CURL
$> curl 'http://localhost:8080/api/execution_configuration/59081bb444455345403c0000/destroy' -H 'Authorization: Basic YWRtaW46YWRtaW4='
Raw Request
GET /api/execution_configuration/59081bb444455345403c0000/destroy HTTP/1.1
Host: localhost:8080
Authorization: Basic YWRtaW46YWRtaW4=
Content-Type: application/json
Content-Length: 0
Example Response
{
"status": true
}