cURL
curl --request POST \ --url https://payout-api.cashfree.com/payout/v1/removeBeneficiary \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>' \ --data ' { "beneId": "<string>" } '
{ "status": "SUCCESS", "subCode": "200", "message": "Beneficiary removed" }
Use this API to remove an existing beneficiary from a list of added beneficiaries.
Bearer auth token
application/json
Beneficiaries Id to delete, alphanumeric and underscore allowed (50 character limit)
200
"SUCCESS"
"200"
"Beneficiary removed"