DELETE
/
v1
/
heartbeats
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/heartbeats/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "8f4d33fa-5692-4509-b3c3-95a26ec23647",
    "type": "heartbeats",
    "attributes": {
      "slug": "voluptas-distinctio-facilis-aut",
      "name": "Voluptas distinctio facilis aut.",
      "description": "Aut quia quia dolores.",
      "alert_summary": "API is down",
      "alert_urgency_id": "1b574229-0771-454d-ad47-dce93b6a0746",
      "interval": 5,
      "interval_unit": "seconds",
      "notification_target_id": "160",
      "notification_target_type": "User",
      "ping_url": "http://localhost:3001/v1/heartbeats/8f4d33fa-5692-4509-b3c3-95a26ec23647/ping",
      "secret": "heartbeat_c2f3b0c087d9c4043c965d608acbd1ddb6357d44d6da5df920e35d88c00ea698",
      "last_pinged_at": null,
      "expires_at": null,
      "enabled": false,
      "status": "waiting",
      "updated_at": "2025-06-30T14:31:28.322-07:00",
      "created_at": "2025-06-30T14:31:20.813-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

The response is of type object.