cURL
curl --request DELETE \ --url https://hub.griff.services/monitor/{id} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>" }
Delete a monitor by ID. The monitor must belong to the organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response