Endpoint
DELETE PATCH /api/v1/watchlist/alerts/{alert_id}/ Parameters
| Name | Required | Description |
|---|---|---|
| alert_id | required | Alert id. e.g. 1 |
Python SDK
import bankregreports bank = bankregreports.bankreg("brr_…") df = bank.watchlist_alert_detail(alert_id)
DELETE PATCH /api/v1/watchlist/alerts/{alert_id}/ | Name | Required | Description |
|---|---|---|
| alert_id | required | Alert id. e.g. 1 |
import bankregreports bank = bankregreports.bankreg("brr_…") df = bank.watchlist_alert_detail(alert_id)