Skip to main content
DELETE
/
v1
/
merchant
/
balance-alerts
/
{currency}
Delete a balance alert threshold
curl --request DELETE \
  --url https://api.antonpayments.com/v1/merchant/balance-alerts/{currency} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API keys are opaque strings prefixed by environment:

  • ak_live_* — production keys, accepted only on api.antonpayments.com.
  • ak_test_* — sandbox keys, accepted only on api.antonpayments.dev.

Include your key in the Authorization header: Bearer ak_test_....

Path Parameters

currency
string
required

ISO 4217 currency code (or stablecoin / crypto symbol). ISO 4217 three-letter currency code.

Pattern: ^[A-Z]{3}$
Example:

"USD"

Response

Threshold removed (or was never present).