Delete a heartbeat by guid.
| Method | POST |
| Url | https://downdar.com/api/v1/heartbeats/delete |
guid
key
|
Heartbeat id. |
ok
|
Always true on success. |
heartbeat
|
Deleted heartbeat reference. Fields below apply to heartbeat. |
capacity
|
Heartbeat quota for the account. |
rate_limit
|
Rate limit state for the tier this endpoint consumes. Present on every successful response. |
deleted
|
Always true when the heartbeat was removed. |
guid
|
Deleted heartbeat id. |
limit
|
Maximum heartbeats allowed on your plan. |
used
|
Heartbeats currently in use. |
remaining
|
Heartbeats you can still create. |
tier
|
Rate tier this endpoint counts against (1-5). |
cost
|
Units consumed by this request against the tier window. |
timeframe
|
Rolling limit window: second, minute, hour, or day. |
limit
|
Maximum units allowed in the timeframe for this tier on your plan. |
used
|
Units already used in the current window. |
remaining
|
Units left before this tier returns HTTP 429. |