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": "a3f394dd-ceb9-4087-ab4d-d14ca7f76718",
    "type": "heartbeats",
    "attributes": {
      "slug": "ut-iusto-ut-vero",
      "name": "Ut iusto ut vero.",
      "description": "Autem quasi amet inventore.",
      "alert_summary": "API is down",
      "alert_description": null,
      "alert_urgency_id": "bef0f40b-dda8-40da-ab28-cc78679a9b29",
      "interval": 1,
      "interval_unit": "minutes",
      "notification_target_id": "418",
      "notification_target_type": "User",
      "ping_url": "http://localhost:3001/v1/heartbeats/a3f394dd-ceb9-4087-ab4d-d14ca7f76718/ping",
      "secret": "heartbeat_1788a107ff9ccb75c1ee2d2b5127a1808c5ffebc297e92465c37e6f41401a7cf",
      "email_address": "[email protected]",
      "last_pinged_at": null,
      "expires_at": null,
      "enabled": false,
      "status": "waiting",
      "updated_at": "2026-01-21T11:18:51.858-08:00",
      "created_at": "2026-01-21T11:18:46.425-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