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.
Request structure
string
required
The status key to delete (e.g. PENDING_REVIEW). Case-insensitive.
Response structure
string
required
Confirmation message when the status is deleted.