Delete test plan folder

Available in versions: OpenText Enterprise Performance Engineering 2020 and later

Description

Deletes a specified test plan folder.

URL

Copy code
/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.

Request example:

Copy code
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 200 (OK).

HTML body:

None

See also: