Cancel a request (terminates the request with status ENDED/CANCELLED).
Method Detail
GET /staging/request/{id}
Get a request by Id
HTTP Example:
GET /staging/request/{id}
Output:
TreqsRequest - the request
Produces:
application/json
Consumes:
text/plain
HTTP return codes:
200 - if the request exists
404 - if no request exist with this Id
DELETE /staging/request/{id}
Cancel a request (terminates the request with status ENDED/CANCELLED). If the file
related to the request was requested by another request, it will still be staged.