Synthetic monitors API - DELETE a monitor
Deletes the specified monitor.
DELETE |
|
Authentication
To execute this request, you need the Create and read synthetic monitors, locations, and nodes (ExternalSyntheticIntegration
) permission assigned to your API token. 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 | Description |
---|---|
204 | Success. The synthetic monitor has been deleted. The response doesn't have a body |
Response body
A successful request doesn't return any content.
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 abcdefjhij1234567890'
Request URL
https://mySampleEnv.live.dynatrace.com/api/v1/synthetic/monitors/SYNTHETIC_TEST-00000000000254E2
Response code
200