Request
Path Parameters
uuidstringrequired
The unique identifier of the monitor to delete
Example:"mon_3GhAQMYGEQuyUH"
Response
Returns an empty response with status code 204 on successful deletion.
Deletes a monitor from a project.
This action is irreversible. All monitoring data and historical metrics for this monitor will be permanently deleted.
Returns an empty response with status code 204 on successful deletion.
curl -X DELETE https://api.hyperping.io/v1/monitors/mon_3GhAQMYGEQuyUH \
-H "Authorization: Bearer ${API_TOKEN}"(empty response body)