Delete a monitor system token

Available in versions: 24.3 and later

Description

Deletes a monitor system token according to the monitor type.

URL

Copy code
/Admin/rest/v1/monitors/token?monitor-type={MONITOR_TYPE}

Remarks

This API should be authorized for the Application, Tenant, and Site Admin permission levels.

HTTP method

DELETE: Deletes the specified monitor system token.

Request

Headers:

  • Content-Type: application/xml

  • Accept: application/json, application/xml

Cookies:

ADM_LWSSO={AdmLwssoCookie};

Request body:

None

Request example:

Copy code
DELETE http://<LRE_Server>/Admin/rest/v1/monitors/token?monitor-type=appdynamics
Content-Type: application/xml
Accept: application/json
Cookie: ADM_LWSSO={AdmLwssoCookie};

Response

Headers:

None

Cookies:

None

HTML Return Code:

No body returned.

See also: