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": "c56f0034-18d2-41d1-80b6-ad796de54a7a",
    "type": "heartbeats",
    "attributes": {
      "slug": "sint-nulla-ut-blanditiis",
      "name": "Sint nulla ut blanditiis.",
      "description": "Ipsam consequatur sit quia.",
      "alert_summary": "API is down",
      "alert_description": null,
      "alert_urgency_id": "1401e9de-c1cf-4813-bbe7-03354972ece7",
      "interval": 1,
      "interval_unit": "minutes",
      "notification_target_id": "500",
      "notification_target_type": "User",
      "ping_url": "http://localhost:3001/v1/heartbeats/c56f0034-18d2-41d1-80b6-ad796de54a7a/ping",
      "secret": "heartbeat_3652147bc3e860a3c5fc88e88ef096b081487a2784c2cea19296a8d011c3c693",
      "email_address": "[email protected]",
      "last_pinged_at": null,
      "expires_at": null,
      "enabled": false,
      "status": "waiting",
      "updated_at": "2026-02-11T03:15:56.257-08:00",
      "created_at": "2026-02-11T03:15:51.339-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