Delete a custom alert status by key.
curl -X DELETE 'https://api.cloud.blnkfinance.com/alerts/statuses/PENDING_REVIEW' \
-H 'Authorization: Bearer YOUR_API_KEY'
{
"message": "Status deleted"
}
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.Documentation Index
Fetch the complete documentation index at: https://guide.cloud.blnkfinance.com/llms.txt
Use this file to discover all available pages before exploring further.
curl -X DELETE 'https://api.cloud.blnkfinance.com/alerts/statuses/PENDING_REVIEW' \
-H 'Authorization: Bearer YOUR_API_KEY'
{
"message": "Status deleted"
}
{
"error": "cannot delete status: 3 alert(s) use this status — reassign them to another status first"
}
curl -X DELETE 'https://api.cloud.blnkfinance.com/alerts/statuses/PENDING_REVIEW' \
-H 'Authorization: Bearer YOUR_API_KEY'
{
"message": "Status deleted"
}