Delete a specific heartbeat by id
curl --request DELETE \
--url https://api.rootly.com/v1/heartbeats/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "09f94184-6880-41fb-a5fd-07ef699d94ac",
"type": "heartbeats",
"attributes": {
"slug": "maxime-cumque-et-autem",
"name": "Maxime cumque et autem.",
"description": "Rerum adipisci earum aperiam.",
"alert_summary": "API is down",
"alert_description": null,
"alert_urgency_id": "b732b787-c871-456b-91d8-c6a5988157ff",
"interval": 1,
"interval_unit": "seconds",
"notification_target_id": "223",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/09f94184-6880-41fb-a5fd-07ef699d94ac/ping",
"secret": "heartbeat_47993cdddcb5c85333d4ad4af1346f2bdc7db0598bdd8c9e3a1040db2b70166d",
"email_address": "[email protected]",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2025-12-04T12:26:31.949-08:00",
"created_at": "2025-12-04T12:26:19.421-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
heartbeat deleted
Show child attributes
Unique ID of the heartbeat
heartbeats Show child attributes
The name of the heartbeat
Summary of alerts triggered when heartbeat expires.
seconds, minutes, hours User, Group, Service, EscalationPolicy Whether to trigger alerts when heartbeat is expired.
waiting, active, expired Email address to receive heartbeat pings.
Date of creation
Date of last update
The description of the heartbeat
Description of alerts triggered when heartbeat expires.
Urgency of alerts triggered when heartbeat expires.
URL to receive heartbeat pings.
Secret used as bearer token when pinging heartbeat.
When the heartbeat was last pinged.
When heartbeat expires
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/heartbeats/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "09f94184-6880-41fb-a5fd-07ef699d94ac",
"type": "heartbeats",
"attributes": {
"slug": "maxime-cumque-et-autem",
"name": "Maxime cumque et autem.",
"description": "Rerum adipisci earum aperiam.",
"alert_summary": "API is down",
"alert_description": null,
"alert_urgency_id": "b732b787-c871-456b-91d8-c6a5988157ff",
"interval": 1,
"interval_unit": "seconds",
"notification_target_id": "223",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/09f94184-6880-41fb-a5fd-07ef699d94ac/ping",
"secret": "heartbeat_47993cdddcb5c85333d4ad4af1346f2bdc7db0598bdd8c9e3a1040db2b70166d",
"email_address": "[email protected]",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2025-12-04T12:26:31.949-08:00",
"created_at": "2025-12-04T12:26:19.421-08:00"
}
}
}