Delete a monitor over a firewall

Description

Deletes a monitor over a firewall.

URL

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

Remarks

None

HTTP method

DELETE: Deletes a monitor over a firewall.

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:

Copy code
DELETE http://<LRE_Server>/LoadTest/rest/domains/{domainName}/projects/{projectName}/mofw/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: