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": "adc89dd0-f334-4c35-a748-12617890d9eb",
    "type": "heartbeats",
    "attributes": {
      "slug": "voluptatem-ut-nisi-iure",
      "name": "Voluptatem ut nisi iure.",
      "description": "Et incidunt libero porro.",
      "alert_summary": "API is down",
      "alert_description": null,
      "alert_urgency_id": "896b2b22-abe8-40bb-bd1c-8eb9c488aa92",
      "interval": 1,
      "interval_unit": "minutes",
      "notification_target_id": "500",
      "notification_target_type": "User",
      "ping_url": "http://localhost:3001/v1/heartbeats/adc89dd0-f334-4c35-a748-12617890d9eb/ping",
      "secret": "heartbeat_5ce0e3f88acfd5934aa0b9fadf0fe700da25552c6171d928efae80fa2ed71cf3",
      "email_address": "[email protected]",
      "last_pinged_at": null,
      "expires_at": null,
      "enabled": false,
      "status": "waiting",
      "updated_at": "2026-02-07T16:47:58.639-08:00",
      "created_at": "2026-02-07T16:47:52.184-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