/api/v1/beneficiaries/deleteBeneficiary
Archive a saved recipient so it can no longer be used for new payouts.
This archives, it does not erase
The beneficiary’sstatus becomes archived. It can no longer be selected for a new payout, and
payouts that already used it keep their own snapshot of the recipient — which is what preserves the
audit trail on money that has already moved.
There is no un-archive endpoint. Save the recipient again if you need it back.
Example request
Authorizations
Identifies your account. Issued from Developer Tools in the dashboard.
Short-lived token from /api/v1/user/login, bound to your account and
mode. Expires in 900 seconds.
Headers
Unix epoch in seconds — not milliseconds. Must be within ±5 minutes of our clock, which is what makes a captured request unusable later. Keep your client's clock NTP-synced.
1748023400
HMAC-SHA256 over the signing string, hex encoded. The timestamp is part of what is signed, so a replayed body cannot be re-dated. See https://docs.pontisglobe.com/authentication for how it is built.
"2f8a9b4c1d7e0a3f6b8c2d5e9f1a4b7c0d3e6f9a2b5c8d1e4f7a0b3c6d9e2f5a"