# Delete Alert Permanently deletes an alert by its ID. Returns an empty body on success. Endpoint: DELETE /api/v1/alerts/{alert_id} Security: BearerAuth ## Path parameters: - `alert_id` (string, required) an alert ID attribute Example: "3" ## Response 400 fields (application/json): - `message` (string) ## Response 401 fields (application/json): - `message` (string) ## Response 404 fields (application/json): - `message` (string) ## Response 429 fields (application/json): - `message` (string)