Delete a specific heartbeat by id
curl --request DELETE \
--url https://api.rootly.com/v1/heartbeats/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "6ab4cc49-4203-44fa-8a12-e1a3818cf10f",
"type": "heartbeats",
"attributes": {
"slug": "voluptatum-consequuntur-qui-reprehenderit",
"name": "Voluptatum consequuntur qui reprehenderit.",
"description": "Dicta est consequatur voluptas.",
"alert_summary": "API is down",
"alert_description": null,
"alert_urgency_id": "9d16bd5a-10c6-4ac8-a2ae-96e44aae971d",
"interval": 1,
"interval_unit": "minutes",
"notification_target_id": "500",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/6ab4cc49-4203-44fa-8a12-e1a3818cf10f/ping",
"secret": "heartbeat_d47ce5276636dfaface75499a12a8109dac74da5d1ed6b4bad9fdddb5cc21421",
"email_address": "[email protected]",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2026-02-09T14:20:04.643-08:00",
"created_at": "2026-02-09T14:19:58.756-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/heartbeats/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "6ab4cc49-4203-44fa-8a12-e1a3818cf10f",
"type": "heartbeats",
"attributes": {
"slug": "voluptatum-consequuntur-qui-reprehenderit",
"name": "Voluptatum consequuntur qui reprehenderit.",
"description": "Dicta est consequatur voluptas.",
"alert_summary": "API is down",
"alert_description": null,
"alert_urgency_id": "9d16bd5a-10c6-4ac8-a2ae-96e44aae971d",
"interval": 1,
"interval_unit": "minutes",
"notification_target_id": "500",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/6ab4cc49-4203-44fa-8a12-e1a3818cf10f/ping",
"secret": "heartbeat_d47ce5276636dfaface75499a12a8109dac74da5d1ed6b4bad9fdddb5cc21421",
"email_address": "[email protected]",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2026-02-09T14:20:04.643-08:00",
"created_at": "2026-02-09T14:19:58.756-08:00"
}
}
}