registercheckby openlaw group
API referenceMonitoring

Delete a monitor

DELETE
/monitors/{monitor_id}

Stops watching the company. Events already queued may still be delivered.

Free.

Authorization

bearerAuth
AuthorizationBearer <token>

Your API key, sent as Authorization: Bearer rc_live_….

In: header

Path Parameters

monitor_id*string

The monitor's id.

Formatuuid

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X DELETE "https://example.com/monitors/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "object": "monitor",  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "deleted": true}