post https://dextox.in/api/psdmt/service/DeleteBeneficiary
Use this API to Delete Beneficiary
Header Parameters
Name | Type | Description |
---|---|---|
Content-Type | String | Application/Json |
Accept | String | Application/Json |
X-Qro-ApiKey | String | Provided By Dextox |
X-Qro-UserId | String | Provided By Dextox |
Request Parameter
Param Name | Param Type | Is Mandatory | Description |
---|---|---|---|
mobile | string | YES | Beneficiary Mobile Number |
bene_id | string | YES | Beneficiary Id |
Sample Request
{
"mobile":"99XXXXXX39",
"bene_id":"XXXX",
}
Sample Response
{
"status":true,
"response_code":1,
"message":"Beneficiary record deleted successfully.",
txn_status":0
}