Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Resource UUID
Response
heartbeat deleted
Delete a specific heartbeat by id
curl --request DELETE \
--url https://api.rootly.com/v1/heartbeats/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "dd34c353-f986-48dc-ab99-16d1eb8cc8ce",
"type": "heartbeats",
"attributes": {
"slug": "rem-nemo-nulla-adipisci",
"name": "Rem nemo nulla adipisci.",
"description": "Ducimus natus eos ut.",
"alert_summary": "API is down",
"alert_description": null,
"alert_urgency_id": "a79a1cc1-10fb-4bb6-ac7e-6a6d5f37d7cb",
"interval": 7,
"interval_unit": "seconds",
"notification_target_id": "212",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/dd34c353-f986-48dc-ab99-16d1eb8cc8ce/ping",
"secret": "heartbeat_d50a5bafd4b2b65891a98775866eff0e400ebff8c400c61ec4aa2a914db21339",
"email_address": "heartbeat-12959e68093bc9ecde49ff6dacd8c04b@test.email.rootly.com",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2025-11-24T17:27:25.564-08:00",
"created_at": "2025-11-24T17:27:18.984-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
heartbeat deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/heartbeats/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "dd34c353-f986-48dc-ab99-16d1eb8cc8ce",
"type": "heartbeats",
"attributes": {
"slug": "rem-nemo-nulla-adipisci",
"name": "Rem nemo nulla adipisci.",
"description": "Ducimus natus eos ut.",
"alert_summary": "API is down",
"alert_description": null,
"alert_urgency_id": "a79a1cc1-10fb-4bb6-ac7e-6a6d5f37d7cb",
"interval": 7,
"interval_unit": "seconds",
"notification_target_id": "212",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/dd34c353-f986-48dc-ab99-16d1eb8cc8ce/ping",
"secret": "heartbeat_d50a5bafd4b2b65891a98775866eff0e400ebff8c400c61ec4aa2a914db21339",
"email_address": "heartbeat-12959e68093bc9ecde49ff6dacd8c04b@test.email.rootly.com",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2025-11-24T17:27:25.564-08:00",
"created_at": "2025-11-24T17:27:18.984-08:00"
}
}
}