Delete a monitor
Delete a monitor from the Synthetics app.
You must have all
privileges for the Synthetics feature in the Observability section of the Kibana feature privileges.
Path parameters
-
id
string Required The identifier for the monitor that you want to delete.
DELETE
/api/synthetics/monitors/{id}
curl \
--request DELETE 'https://localhost:5601/api/synthetics/monitors/{id}' \
--header "Authorization: $API_KEY"