🚀 Card Payment is live! Learn more
cURL
curl --request DELETE \ --url https://nini.monieswitch.com/payout/beneficiaries \ --header 'Authorization: Bearer <token>'
{ "status": true, "message": "Beneficiary successfully deleted" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Delete Beneficiary
The response is of type object.
object