Synthetic monitors API - DELETE a monitor

Deletes the specified monitor.

DELETESaaShttps://{your-environment-id}.live.dynatrace.com/api/v1/synthetic/monitors/{monitorId}
Environment ActiveGatehttps://{your-activegate-domain}:9999/e/{your-environment-id}/api/v1/synthetic/monitors/{monitorId}

Authentication

To execute this request, you need an access token with ExternalSyntheticIntegration scope.

To learn how to obtain and use it, see Tokens and authentication.

Parameters

Parameter
Type
Description
In
Required
monitorId
string

The ID of the synthetic monitor to be deleted.

path
required

Response

Response codes

Code
Type
Description
204
-

Success. The synthetic monitor has been deleted. The response doesn't have a body

4XX

Client side error.

5XX

Server side error.

Example

In this example, the request deletes the restExample monitor that has the ID of SYNTHETIC_TEST-00000000000254E2.

Curl

curl -X DELETE \
https://mySampleEnv.live.dynatrace.com/api/v1/synthetic/monitors/SYNTHETIC_TEST-00000000000254E2 \
-H 'Authorization: Api-Token dt0c01.abc123.abcdefjhij1234567890'

Request URL

https://mySampleEnv.live.dynatrace.com/api/v1/synthetic/monitors/SYNTHETIC_TEST-00000000000254E2

Response code

200