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": "28f8a36b-98d2-4dd1-a5a3-c7c6db67b5f0",
"type": "heartbeats",
"attributes": {
"slug": "facilis-iure-eum-molestiae",
"name": "Facilis iure eum molestiae.",
"description": "Natus beatae ducimus sed.",
"alert_summary": "API is down",
"alert_description": null,
"alert_urgency_id": "a6312f8f-3fa7-4460-bb12-f395d8bb3bc1",
"interval": 5,
"interval_unit": "hours",
"notification_target_id": "210",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/28f8a36b-98d2-4dd1-a5a3-c7c6db67b5f0/ping",
"secret": "heartbeat_53464e2119a442363705622621456ff8f78075872ce318aa49dbd4eeab90ba93",
"email_address": "heartbeat-1ff1fdb0b86da5da2512037206299a60@test.email.rootly.com",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2025-10-28T10:22:58.341-07:00",
"created_at": "2025-10-28T10:22:51.259-07: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": "28f8a36b-98d2-4dd1-a5a3-c7c6db67b5f0",
"type": "heartbeats",
"attributes": {
"slug": "facilis-iure-eum-molestiae",
"name": "Facilis iure eum molestiae.",
"description": "Natus beatae ducimus sed.",
"alert_summary": "API is down",
"alert_description": null,
"alert_urgency_id": "a6312f8f-3fa7-4460-bb12-f395d8bb3bc1",
"interval": 5,
"interval_unit": "hours",
"notification_target_id": "210",
"notification_target_type": "User",
"ping_url": "http://localhost:3001/v1/heartbeats/28f8a36b-98d2-4dd1-a5a3-c7c6db67b5f0/ping",
"secret": "heartbeat_53464e2119a442363705622621456ff8f78075872ce318aa49dbd4eeab90ba93",
"email_address": "heartbeat-1ff1fdb0b86da5da2512037206299a60@test.email.rootly.com",
"last_pinged_at": null,
"expires_at": null,
"enabled": false,
"status": "waiting",
"updated_at": "2025-10-28T10:22:58.341-07:00",
"created_at": "2025-10-28T10:22:51.259-07:00"
}
}
}