Delete a monitor group.
The unique ID of monitor group.
No Content
const response = await fetch('https://HOSTNAME:8887/api/monitor_groups/{id}/destroy', { method: 'POST', headers: {}, }); const data = await response.json();