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": "92e42010-b46b-46dd-a8df-96e2307b1d69",
    "type": "heartbeats",
    "attributes": {
      "slug": "temporibus-sunt-error-impedit",
      "name": "Temporibus sunt error impedit.",
      "description": "Ab velit ex voluptas.",
      "alert_summary": "API is down",
      "alert_description": null,
      "alert_urgency_id": "468302bf-ffb2-402c-b19b-cf6dc4af83cf",
      "interval": 1,
      "interval_unit": "minutes",
      "notification_target_id": "570",
      "notification_target_type": "User",
      "ping_url": "http://localhost:3001/v1/heartbeats/92e42010-b46b-46dd-a8df-96e2307b1d69/ping",
      "secret": "heartbeat_0f8405df0ab19264385fa69c9c6bf437e9b0da767c8166eb96cd1543f4b21d4d",
      "email_address": "heartbeat-6b04a970491957b1a0382a5f8903385f@test.email.rootly.com",
      "last_pinged_at": null,
      "expires_at": null,
      "enabled": false,
      "status": "waiting",
      "updated_at": "2026-02-23T08:01:09.340-08:00",
      "created_at": "2026-02-23T08:01:02.436-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