Alerts
Delete alert status
Delete a custom alert status by key.
DELETE
Delete a custom alert status by key. The request fails if any alerts in the organization still use this status; reassign those alerts to another status first.
Reassign those alerts (e.g. via Update alert) to another status, then call delete again.
Authorization
Blnk Cloud APIs support any one of the following authentication methods. All of them work with yourCLOUD_API_KEY or OAUTH_ACCESS_TOKEN.
- Bearer token
- X-Blnk-Key header
- X-API-Key header
Path
string
required
The status key to delete (e.g. PENDING_REVIEW). Case-insensitive.
Response
string
Confirmation message when the status is deleted.