DELETE
/
v1
/
heartbeats
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/heartbeats/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "4c03c145-208e-43d1-9749-df1784f4fcb7",
    "type": "heartbeats",
    "attributes": {
      "slug": "magni-voluptas-sunt-voluptas",
      "name": "Magni voluptas sunt voluptas.",
      "description": "Laborum quod fugiat distinctio.",
      "alert_summary": "API is down",
      "alert_urgency_id": "17e507f7-de14-4581-a4bb-3386a75c73f2",
      "interval": 9,
      "interval_unit": "minutes",
      "notification_target_id": "178",
      "notification_target_type": "User",
      "last_pinged_at": null,
      "expires_at": null,
      "enabled": false,
      "status": "waiting",
      "updated_at": "2025-03-19T07:51:01.096-07:00",
      "created_at": "2025-03-19T07:50:55.796-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json
heartbeat deleted
data
object
required