Delete a test run
Available in versions: 12.55 and later
Description
Deletes a test run.
URL
/LoadTest/rest/domains/{domainName}/projects/{projectName}/Runs/{run ID}/
Remarks
The ID of the run to delete is in the request data. See below.
HTTP method
DELETE: Deletes the run resource.
Request
Headers:
DELETE: None
Cookies:
Version | Cookie |
---|---|
2020 or later | LWSSO_COOKIE_KEY={LwssoCookie}; |
Earlier than 2020 | LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie}; |
Request body:
None
Request example:
DELETE http://<LRE_Server>/LoadTest/rest/domains/TEST_DOMAIN/projects/PCdemo/Runs/15
Content-Type: application/xml
Cookie: LWSSO_COOKIE_KEY={LwssoCookie};
Response
Headers:
None
Cookies:
None
HTML return code:
One of the HTTP return codes
HTML body:
None
See also: