Remove Bank Identification Numbers from Monitoring
Allows you to delete alert subscriptions for one or more Bank Identification Numbers (BINs).
Authorizations
Body
binsstring[]RequiredExample:
An array of Bank Identification Numbers (BINs) to stop monitoring.
424242
Responses
200
The call was successful. The provided BINs will no longer be monitored.
application/json
delete
DELETE /v1/bin-monitoring HTTP/1.1
Host: api.enzoic.com
Authorization: Bearer Base64(your_api_key:your_api_secret)
Content-Type: application/json
Accept: */*
Content-Length: 19
{
"bins": [
"424242"
]
}
200
The call was successful. The provided BINs will no longer be monitored.
{
"deleted": 1,
"notFound": 0
}
PreviousAdd Bank Identification Numbers to MonitoringNextQuery Monitored Bank Identification Numbers
Last updated
Was this helpful?