DELETE
/
monitor
/
{monitor_id}
curl --request DELETE \
  --url https://api.deeprails.com/monitor/{monitor_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

JWT token for authentication

Path Parameters

monitor_id
string
required

Unique identifier for the monitor

Response

204

Monitor deleted successfully