DELETE
/
payout
/
beneficiaries
Delete Beneficiary
curl --request DELETE \
  --url https://nini.monieswitch.com/payout/beneficiaries \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "message": "Beneficiary successfully deleted"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

beneficiaryId
string

Response

200 - application/json

Delete Beneficiary

The response is of type object.