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": "72e9f6e4-75c6-4c28-a2eb-a8ed7bfd05ed",
    "type": "heartbeats",
    "attributes": {
      "slug": "soluta-voluptatem-magnam-non",
      "name": "Soluta voluptatem magnam non.",
      "description": "Voluptatem voluptatibus velit et.",
      "alert_summary": "API is down",
      "alert_description": null,
      "alert_urgency_id": "a3d429f3-b1a0-4f0d-b86d-19c52d7f16f2",
      "interval": 1,
      "interval_unit": "minutes",
      "notification_target_id": "500",
      "notification_target_type": "User",
      "ping_url": "http://localhost:3001/v1/heartbeats/72e9f6e4-75c6-4c28-a2eb-a8ed7bfd05ed/ping",
      "secret": "heartbeat_21952210f677f1db01f2f787f2c59eced8038ee91a7d2746129f8a21afe8dd82",
      "email_address": "[email protected]",
      "last_pinged_at": null,
      "expires_at": null,
      "enabled": false,
      "status": "waiting",
      "updated_at": "2026-02-09T07:23:28.809-08:00",
      "created_at": "2026-02-09T07:23:23.012-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