Skip to main content
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

Query Parameters

beneficiaryId
string

Response

200 - application/json
status
boolean
message
string