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": "f01659b8-4211-4e8b-9fc1-e1f2cfff5c02",
    "type": "heartbeats",
    "attributes": {
      "slug": "aut-dolore-vero-quidem",
      "name": "Aut dolore vero quidem.",
      "description": "Labore nisi velit dolor.",
      "alert_summary": "API is down",
      "alert_description": null,
      "alert_urgency_id": "8642fa37-f6d7-4174-8af9-2aa985c9a391",
      "interval": 1,
      "interval_unit": "minutes",
      "notification_target_id": "476",
      "notification_target_type": "User",
      "ping_url": "http://localhost:3001/v1/heartbeats/f01659b8-4211-4e8b-9fc1-e1f2cfff5c02/ping",
      "secret": "heartbeat_15dbce611b2b71e34fad1af9c57b9de694b6022c9ad85bbbf78d80d359634307",
      "email_address": "[email protected]",
      "last_pinged_at": null,
      "expires_at": null,
      "enabled": false,
      "status": "waiting",
      "updated_at": "2026-01-30T02:49:17.511-08:00",
      "created_at": "2026-01-30T02:49:10.591-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