Soft-deletes a beneficiary. The record is removed from active listings and can no longer be used to initiate new payouts. Historical payouts referencing this beneficiary remain unchanged and accessible.
Archiving is typically preferred over deletion — see
POST /v1/beneficiaries/{id}/archive. Archiving preserves the beneficiary
in a disabled state that can be restored later.
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_....
Beneficiary ID (prefixed ben_).
^ben_[a-zA-Z0-9]+$"ben_01HX8Z9K0M2N3P4Q5R6S7T8UA1"
Beneficiary deleted.