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