Delete a test set

Available in versions: OpenText Enterprise Performance Engineering 2020 and later

Description

Deletes a specified test set.

URL

Copy code
/LoadTest/rest/domains/{domainName}/projects/{projectName}/testsets/{id}

HTTP method

DELETE: Deletes the specified test set.

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}/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: