Beneficiary Detail Apis
Use this API to delete an existing beneficiary from the list of added beneficiaries.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
It is the unique ID you create to identify the beneficiary.
Request samples
curl --location --request DELETE 'https://test.your-api-server.com/api/v0/beneficiary-detail/' \
--header 'User-Agent;'
Responses
application/json response_code
integer <int32>
optional{
"response_code": 0,
"response_message": "string",
"payload": {}
}
Modified at 2024-10-10 08:30:39