Test Set (Delete test set)
Available in versions: LoadRunner Enterprise 2020 and later
Description
Deletes a specified test set.
URL
/LoadTest/rest/domains/{domainName}/projects/{projectName}/testsets/{id}
Remarks
None
HTTP Method
DELETE: Deletes the specified test set.
Request
Headers:
None
Cookies:
LWSSO_COOKIE_KEY={LwssoCookie};
Request Body:
DELETE: No request body.

DELETE http://<LRE_Server>/LoadTest/rest/domains/{domainName}/projects/{projectName}/testsets/1002 Cookie: LWSSO_COOKIE_KEY={LwssoCookie};
Response
Headers:
None
Cookies:
None
HTML Return Code:
One of the HTTP Return Codes
Upon successful deletion, returns HTTP status 201 (Created).
HTML Body:
None
See Also
Test Set (Create/Get all folders)
Test Set (Get all test sets)
Test Set (Create test set)
Test Set (Update test set name)