Deletes the specified monitor.
DELETE | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v1/synthetic/monitors/{monitorId} |
Environment ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/v1/synthetic/monitors/{monitorId} |
To execute this request, you need an access token with ExternalSyntheticIntegration
scope.
To learn how to obtain and use it, see Tokens and authentication.
The ID of the synthetic monitor to be deleted.
Success. The synthetic monitor has been deleted. The response doesn't have a body
In this example, the request deletes the restExample monitor that has the ID of SYNTHETIC_TEST-00000000000254E2.
curl -X DELETE \https://mySampleEnv.live.dynatrace.com/api/v1/synthetic/monitors/SYNTHETIC_TEST-00000000000254E2 \-H 'Authorization: Api-Token dt0c01.abc123.abcdefjhij1234567890'
https://mySampleEnv.live.dynatrace.com/api/v1/synthetic/monitors/SYNTHETIC_TEST-00000000000254E2
200