Last updated 7 months ago
Was this helpful?
Allows you to delete alert subscriptions for one or more Bank Identification Numbers (BINs).
/bin-monitoring
An array of Bank Identification Numbers (BINs) to stop monitoring.
curl -L \ --request DELETE \ --url 'https://api.enzoic.com/v1/bin-monitoring' \ --header 'Authorization: Basic username:password' \ --header 'Content-Type: application/json' \ --data '{"bins":["424242"]}'
{ "deleted": 1, "notFound": 0 }