cURL
curl --request DELETE \ --url https://api.phare.io/uptime/monitors/{monitorId} \ --header 'Authorization: Bearer <token>'
This response does not have an example.
Delete a monitor by ID
Use a user token to access authenticated routes. The token must be specified in the Authorization HTTP header with the following format 'Authorization: Bearer <token>'.
ID of the monitor to delete
Success, monitor deleted
Was this page helpful?