DELETE
/
v1
/
heartbeats
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/heartbeats/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "906ff0f9-8059-4cb5-b702-823726e413fa",
    "type": "heartbeats",
    "attributes": {
      "slug": "nisi-et-eos-sint",
      "name": "Nisi et eos sint.",
      "description": "Ut accusantium et aut.",
      "alert_summary": "API is down",
      "alert_urgency_id": "42d48247-52f9-470b-bd35-6df5e90e0b5b",
      "interval": 4,
      "interval_unit": "hours",
      "notification_target_id": "160",
      "notification_target_type": "User",
      "ping_url": "http://localhost:3001/v1/heartbeats/906ff0f9-8059-4cb5-b702-823726e413fa/ping",
      "secret": "heartbeat_72686e8469d9b1636c5bc04588d1442810a66ea3ca04bf577a633b446ece0686",
      "last_pinged_at": null,
      "expires_at": null,
      "enabled": false,
      "status": "waiting",
      "updated_at": "2025-06-20T11:32:16.392-07:00",
      "created_at": "2025-06-20T11:32:04.115-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200
application/vnd.api+json

heartbeat deleted

The response is of type object.