Skip to main content
DELETE
/
v1
/
heartbeats
/
{id}
Delete a heartbeat
curl --request DELETE \
  --url https://api.rootly.com/v1/heartbeats/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "63bf2d1b-e5be-4e98-806e-3dba92c07791",
    "type": "heartbeats",
    "attributes": {
      "slug": "quas-fugiat-architecto-expedita",
      "name": "Quas fugiat architecto expedita.",
      "description": "Ut minus est aut.",
      "alert_summary": "API is down",
      "alert_description": null,
      "alert_urgency_id": "dea6c438-4187-482d-a7c6-e7e7afab0bce",
      "interval": 3,
      "interval_unit": "hours",
      "notification_target_id": "212",
      "notification_target_type": "User",
      "ping_url": "http://localhost:3001/v1/heartbeats/63bf2d1b-e5be-4e98-806e-3dba92c07791/ping",
      "secret": "heartbeat_485279eb8e91ea56416e7f7d9ac60772e38e6761436fd3227087dd87d56ffc4d",
      "email_address": "heartbeat-ac1e7477f1eece036a37fb0d10c08870@test.email.rootly.com",
      "last_pinged_at": null,
      "expires_at": null,
      "enabled": false,
      "status": "waiting",
      "updated_at": "2025-11-27T00:08:51.873-08:00",
      "created_at": "2025-11-27T00:08:44.574-08:00"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
required

Resource UUID

Response

heartbeat deleted

data
object
required