Skip to main content

Delete a Beneficiary

Overview

Deletes an existing beneficiary record from the platform. The beneficiary must not have active, pending payment transactions.

HTTP Request

DELETE /banking/ibans/v2/profile/v2.1/beneficiaries/{id}

Authentication

This endpoint requires an active Bearer JWT token in the Authorization header obtained via POST /banking/ibans/v2/users/login:

Authorization: Bearer <your_access_token>

Path Parameters

ParameterTypeRequiredDescription
idstringYesUnique identifier of the beneficiary to delete (e.g. 2435)

Code Examples

curl -X DELETE "https://api.ahrvo.network/banking/ibans/v2/profile/v2.1/beneficiaries/{id}" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <your_access_token>"

Response (200)

{
"success": true
}

Interactive API Explorer

Test this endpoint live against the Ahrvo gateway and Verto sandbox environments: