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": "8e0d87e6-91f0-4da6-a532-543139c6ff3b",
"type": "heartbeats",
"attributes": {
"slug": "magni-aut-illo-neque",
"name": "Magni aut illo neque.",
"description": "Dolorum asperiores ut quae.",
"alert_summary": "API is down",
"alert_description": null,
"alert_urgency_id": "2cfcefd5-d9f5-4dcf-b23e-2df8a99f1914",
"interval": 1,
"interval_unit": "hours",
"notification_target_id": "210",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/8e0d87e6-91f0-4da6-a532-543139c6ff3b/ping",
"secret": "heartbeat_ed5ba12e96cce4038bbc6b5f9625fe058f0b5c0e7b40c5d10ab2f8c7f60b3497",
"email_address": "heartbeat-1b29dfc9847c6c2b8aaf0aa62bcca37e@test.email.rootly.com",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2025-11-04T11:12:01.067-08:00",
"created_at": "2025-11-04T11:11:52.172-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": "8e0d87e6-91f0-4da6-a532-543139c6ff3b",
"type": "heartbeats",
"attributes": {
"slug": "magni-aut-illo-neque",
"name": "Magni aut illo neque.",
"description": "Dolorum asperiores ut quae.",
"alert_summary": "API is down",
"alert_description": null,
"alert_urgency_id": "2cfcefd5-d9f5-4dcf-b23e-2df8a99f1914",
"interval": 1,
"interval_unit": "hours",
"notification_target_id": "210",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/8e0d87e6-91f0-4da6-a532-543139c6ff3b/ping",
"secret": "heartbeat_ed5ba12e96cce4038bbc6b5f9625fe058f0b5c0e7b40c5d10ab2f8c7f60b3497",
"email_address": "heartbeat-1b29dfc9847c6c2b8aaf0aa62bcca37e@test.email.rootly.com",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2025-11-04T11:12:01.067-08:00",
"created_at": "2025-11-04T11:11:52.172-08:00"
}
}
}