Delete a specific heartbeat by id
curl --request DELETE \
--url https://api.rootly.com/v1/heartbeats/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "89fb1fa2-0291-4516-925b-2baaf9ec7571",
"type": "heartbeats",
"attributes": {
"slug": "rerum-sapiente-omnis-est",
"name": "Rerum sapiente omnis est.",
"description": "Et ipsum vitae laudantium.",
"alert_summary": "API is down",
"alert_description": null,
"alert_urgency_id": "26efd4a9-77d1-486a-8157-8f0b45c8f9f4",
"interval": 1,
"interval_unit": "minutes",
"notification_target_id": "418",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/89fb1fa2-0291-4516-925b-2baaf9ec7571/ping",
"secret": "heartbeat_b9e3626573f57969628f61a8908d6bbe3f7d7536a8eaf8266417994f385a4cf6",
"email_address": "[email protected]",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2026-01-20T12:31:49.442-08:00",
"created_at": "2026-01-20T12:31:43.914-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/heartbeats/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "89fb1fa2-0291-4516-925b-2baaf9ec7571",
"type": "heartbeats",
"attributes": {
"slug": "rerum-sapiente-omnis-est",
"name": "Rerum sapiente omnis est.",
"description": "Et ipsum vitae laudantium.",
"alert_summary": "API is down",
"alert_description": null,
"alert_urgency_id": "26efd4a9-77d1-486a-8157-8f0b45c8f9f4",
"interval": 1,
"interval_unit": "minutes",
"notification_target_id": "418",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/89fb1fa2-0291-4516-925b-2baaf9ec7571/ping",
"secret": "heartbeat_b9e3626573f57969628f61a8908d6bbe3f7d7536a8eaf8266417994f385a4cf6",
"email_address": "[email protected]",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2026-01-20T12:31:49.442-08:00",
"created_at": "2026-01-20T12:31:43.914-08:00"
}
}
}