Delete resource folder
Description
Deletes a specified resource folder.
URL
/LoadTest/rest/domains/{domainName}/projects/{projectName}/resourcefolders/{id}
HTTP method
DELETE: Deletes the specified resource folder.
Request
Headers:
None
Cookies:
Version | Cookie |
---|---|
2020 or later | LWSSO_COOKIE_KEY={LwssoCookie}; |
Earlier than 2020 | LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie}; |
Request body:
DELETE: No request body.
Request example:
DELETE http://<LRE_Server>/LoadTest/rest/domains/{domainName}/projects/{projectName}/resourcefolders/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 200 (OK).
HTML body:
None
See also: