Remove Bank Identification Numbers from Monitoring

Delete monitored BINs

delete

Allows you to delete alert subscriptions for one or more Bank Identification Numbers (BINs).

Authorizations
Body
binsstring[]Required

An array of Bank Identification Numbers (BINs) to stop monitoring.

Example: 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
}

Last updated

Was this helpful?