Skip to main content
DELETE
/
v1
/
heartbeats
/
{id}
Delete a heartbeat
curl --request DELETE \
  --url https://api.rootly.com/v1/heartbeats/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "6013708e-c073-4c5b-ba81-69f6908cb35b",
    "type": "heartbeats",
    "attributes": {
      "slug": "dolorem-iusto-ut-incidunt",
      "name": "Dolorem iusto ut incidunt.",
      "description": "Omnis qui quis atque.",
      "alert_summary": "API is down",
      "alert_description": null,
      "alert_urgency_id": "c57c714a-8fcb-4a9f-8858-9703ab85bf18",
      "interval": 1,
      "interval_unit": "minutes",
      "notification_target_id": "570",
      "notification_target_type": "User",
      "ping_url": "http://localhost:3001/v1/heartbeats/6013708e-c073-4c5b-ba81-69f6908cb35b/ping",
      "secret": "heartbeat_bcd8c02a26b4f5bc59e94732820b60ae7dbe76710c9de42c1eafa11b4cddf1c8",
      "email_address": "[email protected]",
      "last_pinged_at": null,
      "expires_at": null,
      "enabled": false,
      "status": "waiting",
      "updated_at": "2026-02-16T02:07:30.344-08:00",
      "created_at": "2026-02-16T02:07:25.011-08:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
required

Resource UUID

Response

heartbeat deleted

data
object
required