Delete an alert channel by channel_key. Monitor and heartbeat links to this channel are removed.
| Method | POST |
| Url | https://downdar.com/api/v1/alerts/delete |
channel_key
key
|
Alert channel key ({type}:{guid}). |
ok
|
Always true on success. |
alert_channel
|
Deleted alert channel reference. |
capacity
|
Alert channel 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 channel was removed. |
channel_key
|
Deleted alert channel key. |
guid
|
Deleted alert channel id. |
channel_type
|
Deleted channel type. |
limit
|
Maximum alert channels allowed on your plan. |
used
|
Alert channels currently in use. |
remaining
|
Alert channels 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. |