- Explore Our Product Suite
- Payment Gateway
- Payouts
- Payouts Overview
- Payouts Sign Up
- Payout Methods
- Payout API Response Codes
- Payouts Integration Steps
- Encrypting and Decrypting Payload
- Payouts Status Codes
- Get Authentication Token
- Beneficiary Apis
- Transfer Apis
- Payout Account Apis
- Webhook Data Apis
- Prepaid Cards
- Bharat Connect (BBPS)
- Accounts Payable
- Account Receivable
- Expense Management
- Rewards & Incentives
- Verification Suite
Delete Beneficiary
DELETE
/api/v0/beneficiary-detail/{beneficiaryId}
Beneficiary Detail Apis
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
beneficiaryId
string
required
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 2024-10-10 08:30:39