Delete a specific heartbeat by id
curl --request DELETE \
--url https://api.rootly.com/v1/heartbeats/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "25478040-79e0-4349-85d3-91e7ab9e7428",
"type": "heartbeats",
"attributes": {
"slug": "autem-voluptas-recusandae-occaecati",
"name": "Autem voluptas recusandae occaecati.",
"description": "Ipsum deserunt labore voluptatem.",
"alert_summary": "API is down",
"alert_description": null,
"alert_urgency_id": "d1f7b892-783d-4a6b-a4c6-629ec469a471",
"interval": 1,
"interval_unit": "minutes",
"notification_target_id": "226",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/25478040-79e0-4349-85d3-91e7ab9e7428/ping",
"secret": "heartbeat_34e25529ac2c47efa2234213d5d4e01a2c3a32f68d4edbb5ded75dafea480bff",
"email_address": "[email protected]",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2025-12-18T15:31:19.918-08:00",
"created_at": "2025-12-18T15:31:14.369-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/heartbeats/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "25478040-79e0-4349-85d3-91e7ab9e7428",
"type": "heartbeats",
"attributes": {
"slug": "autem-voluptas-recusandae-occaecati",
"name": "Autem voluptas recusandae occaecati.",
"description": "Ipsum deserunt labore voluptatem.",
"alert_summary": "API is down",
"alert_description": null,
"alert_urgency_id": "d1f7b892-783d-4a6b-a4c6-629ec469a471",
"interval": 1,
"interval_unit": "minutes",
"notification_target_id": "226",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/25478040-79e0-4349-85d3-91e7ab9e7428/ping",
"secret": "heartbeat_34e25529ac2c47efa2234213d5d4e01a2c3a32f68d4edbb5ded75dafea480bff",
"email_address": "[email protected]",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2025-12-18T15:31:19.918-08:00",
"created_at": "2025-12-18T15:31:14.369-08:00"
}
}
}