DELETE
/
v1
/
heartbeats
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/heartbeats/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "3bcfffca-0060-48f5-94e1-46d8debef455",
    "type": "heartbeats",
    "attributes": {
      "slug": "facilis-consequuntur-similique-provident",
      "name": "Facilis consequuntur similique provident.",
      "description": "Consequuntur et non enim.",
      "alert_summary": "API is down",
      "alert_urgency_id": "1e8a63f9-e65f-46f6-bf6e-6c397c0e70b8",
      "interval": 8,
      "interval_unit": "minutes",
      "notification_target_id": "160",
      "notification_target_type": "User",
      "ping_url": "http://localhost:3001/v1/heartbeats/3bcfffca-0060-48f5-94e1-46d8debef455/ping",
      "secret": "heartbeat_26f6f782163caab476765cfa32fd1aebb75666f40caf0f62207c8dd8e78a617b",
      "last_pinged_at": null,
      "expires_at": null,
      "enabled": false,
      "status": "waiting",
      "updated_at": "2025-06-19T02:40:28.745-07:00",
      "created_at": "2025-06-19T02:40:21.601-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.