POST
/
payout
/
v1
/
removeBeneficiary
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}"
This API will be retired soon. Please plan to migrate to the latest version, Beneficiary V2.

Please use this Authorization token in headers to call any payout API (Refresh this page if the token is expired)

Headers

Authorization
string
required

Bearer auth token

Content-Type
string
required

application/json

Body

application/json

Response

200
application/json

200

The response is of type object.