Delete monitor
Delete a monitor from your site
DELETE api/servers/{server}/sites/{site}/monitors/{monitor}
Example request:
curl -X DELETE "https://ploi.io/api/servers/{server}/sites/{site}/monitors/{monitor}" \
-H "Authorization: Bearer {token}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
Example response:
HTTP/1.1 200 OK
Content-Type: application/json
{
"status": "ok",
"message": null
}