Skip to main content

Delete Monitor

This endpoint allows you to delete an existing Monitor from your Garmingo Status instance.

danger

This action is irreversible.
Not even our support team can recover a deleted Monitor.

EndpointMethodURL
/monitors/{id}DELETEhttps://garmingo.com/api/status/v1/monitors/{id}

Response

The response is a JSON object with the following properties:

PropertyTypeDescription
successbooleanWhether the request was successful.

Example

{
"success": true
}