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.
Endpoint | Method | URL |
---|---|---|
/monitors/{id} | DELETE | https://garmingo.com/api/status/v1/monitors/{id} |
Response
The response is a JSON object with the following properties:
Property | Type | Description |
---|---|---|
success | boolean | Whether the request was successful. |
Example
{
"success": true
}