Remove Beneficiary
Removes an existing beneficiary of the user in the PPI system.
- If
bene_instrument_idis provided, only the specified instrument is removed from the beneficiary. - If
bene_instrument_idis not provided, the entire beneficiary along with all itsbene_instrumentsis removed.
Authorizations
Your unique client identifier issued by Cashfree. You can find this in your Merchant Dashboard.
The secret key associated with your client ID. Use this to authenticate your API requests. You can find this in your Merchant Dashboard.
Headers
API version to be used. Format is in YYYY-MM-DD.
"2025-11-01"
Body
Request parameters to remove a beneficiary or a beneficiary instrument for a user.
Unique identifier for the user, as provided by you during PPI user creation.
1 - 50"USER827364"
Unique identifier for the beneficiary, as provided by you during beneficiary creation.
1 - 50"BENE28448"
Unique identifier for the instrument, as provided by you during beneficiary creation. If not provided, the entire beneficiary will be removed.
1 - 50"INST194947"
Response
Success response for removing a beneficiary.
Unique identifier for the user, as provided by you during PPI user creation.
"USER827364"
Unique identifier for the beneficiary, as provided by you during beneficiary creation.
"BENE28448"
Instrument removed from the beneficiary (if provided in request).
- Bank Account
- VPA
Status of the beneficiary. Possible values:
- ACTIVE
- REMOVED
"ACTIVE"