Description (Delete the Information of beneficial owner selected)
Delete the Information of beneficial owner selected (DELETE)
End Point
https://api-h2h-staging.yedpay.com/v1/beneficial-owners/{{beneficial_owner_id}}
Variable
| # | Name | Type | Description |
|---|---|---|---|
| 1 | beneficial_owner_id | String | Beneficial Owner ID |
Request Header
| # | Key | Value | Description |
|---|---|---|---|
| 1 | Authorization | Bearer {{access_token}} | Login Token |
Body
| # | Name | Type | Description |
|---|
Response
| # | Name | Type | Description |
|---|---|---|---|
| 1 | success | string | status of the response true/false |
| 2 | message | string | message of the response (Request Accepted.) |
Example Success Response
{
"success": true,
"message": "Successfully remove beneficial owner."
}
Example Error Response
{
"success": false,
"message": "404 Not Found",
"status": 404
}
v1.89.5-20251216 © The Payment Cards Group Limited. All rights reserved.