For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
AuthorizationstringRequired

The Enzoic API uses a basic auth scheme where the username is your API key and the password is your API secret.
See https://docs.enzoic.com/enzoic-api-developer-documentation/using-the-enzoic-api#api-authentication for more details.

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
deletedintegerOptional

The number of monitored BINs deleted.

Example: 1
notFoundintegerOptional

The number of provided BINs which were not found in the monitored BINs table.

Example: 0
delete/bin-monitoring
200

The call was successful. The provided BINs will no longer be monitored.

Last updated