Enkash Developer Portal
Home
Home
Login
  1. Beneficiary
  • Back to home
  • Payout APIs
  • Encryption & Decryption Guide
    • Generate Authentication Token
  • Beneficiary
    • Add Beneficiary
      POST
    • Search Beneficiary
      POST
    • Delete Beneficiary
      DELETE
  • Transfer
    • Initiate Transfer
    • Initiate Batch Transfer
    • Search Payout Transfers
  • Bank Details
    • Retrieve Account Balance
    • Retrieve Bank Account Details
    • Add Funds to EnKash
    • Fetch Statement
  • Webhook
    • Create Webhook Configuration
    • Retrieve Webhook Data
  1. Beneficiary

Delete Beneficiary

DELETE
/api/v0/beneficiary-detail/{beneficiaryId}
Beneficiary Detail Apis
📌
Use this API to remove an existing beneficiary from your list of added beneficiaries in your EnKash payout account. This is useful for managing and maintaining an up-to-date list of payout recipients.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
beneficiaryId
string 
required
It is the unique ID you create to identify the beneficiary.
Header Params
User-Agent
string 
required

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://test.your-api-server.com/api/v0/beneficiary-detail/' \
--header 'User-Agent;'

Responses

🟢200OK
application/json
Body
response_code
integer <int32>
optional
response_message
string 
optional
payload
object 
optional
Example
{
    "response_code": 0,
    "response_message": "string",
    "payload": {}
}
Modified at 2025-07-08 18:45:48
Previous
Search Beneficiary
Next
Transfer
Built with