Skip to main content
DELETE

Authorizations

x-client-id
string
header
required

Your unique client identifier issued by Cashfree. You can find this in your Merchant Dashboard.

x-client-secret
string
header
required

The secret key associated with your client ID. Use this to authenticate your API requests. You can find this in your Merchant Dashboard.

Headers

x-api-version
string
default:2025-11-01
required

API version to be used. Format is in YYYY-MM-DD.

Example:

"2025-11-01"

Body

application/json

Request parameters to remove a beneficiary or a beneficiary instrument for a user.

user_id
string
required

Unique identifier for the user, as provided by you during PPI user creation.

Required string length: 1 - 50
Example:

"USER827364"

bene_id
string
required

Unique identifier for the beneficiary, as provided by you during beneficiary creation.

Required string length: 1 - 50
Example:

"BENE28448"

bene_instrument_id
string

Unique identifier for the instrument, as provided by you during beneficiary creation. If not provided, the entire beneficiary will be removed.

Required string length: 1 - 50
Example:

"INST194947"

Response

Success response for removing a beneficiary.

user_id
string

Unique identifier for the user, as provided by you during PPI user creation.

Example:

"USER827364"

bene_id
string

Unique identifier for the beneficiary, as provided by you during beneficiary creation.

Example:

"BENE28448"

instrument
Bank Account · object

Instrument removed from the beneficiary (if provided in request).

status
string

Status of the beneficiary. Possible values:

  • ACTIVE
  • REMOVED
Example:

"ACTIVE"