GET SUT Destroy Method
This method destroys a system under test (SUT) by its ID.
Syntax:
GET /api/sut/<id>/destroy
Curl
$> curl 'http://localhost:8080/api/sut/5ca50165be870f3ac2000002/destroy' -H 'Authorization: Basic YWRtaW46YWRtaW4='
Raw Request
GET /api/sut/5ca50165be870f3ac2000002/destroy HTTP/1.1
Host: localhost:8080
Authorization: Basic YWRtaW46YWRtaW4=
Response Body
{
"status": true
}