GET SUT Reservation Destroy Method
This method destroys the reservation with ID <id> and returns status.
Syntax:
GET /api/sut_reservation/<id>/destroy
Curl
$> curl 'http://localhost:8080/api/sut_reservation/5908210b44455345404f0000/destroy' -H 'Authorization: Basic YWRtaW46YWRtaW4='
Raw Request
GET /api/sut_reservation/5908210b44455345404f0000/destroy HTTP/1.1
Host: localhost:8080
Authorization: Basic YWRtaW46YWRtaW4=
Response Body
{
"status": true
}