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": "9d0ebb7a-d584-4add-8f1d-63361d0796e1",
    "type": "heartbeats",
    "attributes": {
      "slug": "ipsum-labore-cumque-consequatur",
      "name": "Ipsum labore cumque consequatur.",
      "description": "Ut consequatur et quis.",
      "alert_summary": "API is down",
      "alert_description": null,
      "alert_urgency_id": "1cad2b46-5d1a-432b-b686-b9db5ff3d698",
      "interval": 1,
      "interval_unit": "minutes",
      "notification_target_id": "570",
      "notification_target_type": "User",
      "ping_url": "http://localhost:3001/v1/heartbeats/9d0ebb7a-d584-4add-8f1d-63361d0796e1/ping",
      "secret": "heartbeat_1e99cfae0274e2d0f689c13af8868a8c02387cb8d19730f0d7a0d504d02169a0",
      "email_address": "heartbeat-a79ad032df84e6de3f0ec4f8b29c84b0@test.email.rootly.com",
      "last_pinged_at": null,
      "expires_at": null,
      "enabled": false,
      "status": "waiting",
      "updated_at": "2026-02-19T19:11:05.725-08:00",
      "created_at": "2026-02-19T19:11:01.121-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