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

DELETE http://<LRE_Server>/LoadTest/rest/domains/{domainName}/projects/{projectName}/testplan/1005
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
Create or get all folders in a test plan
Update test plan folder name