cURL
curl --request POST \ --url https://payout-api.cashfree.com/payout/v1/removeBeneficiary \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>' \ --data '{ "beneId": "<string>" }'
"{ \n \"status\":\"SUCCESS\", \n \"subCode\":\"200\", \n \"message\":\"Beneficiary removed\"\n}"
Use this API to remove an existing beneficiary from a list of added beneficiaries.
Bearer auth token
application/json
200
The response is of type object.
object
Was this page helpful?