cURL
curl --request DELETE \ --url https://sandbox.finhub.cloud/api/v2.1/fintrans/{accountId}/beneficiaries/{beneficiaryId}
Delete a beneficiary from the account
curl --request DELETE \ --url 'https://sandbox.finhub.cloud/api/v2.1/fintrans/{accountId}/beneficiaries/{beneficiaryId}' \ --header 'Authorization: Bearer <ACCESS_TOKEN>' \ --header 'X-Tenant-Id: <TENANT_ID>' \ --header 'Accept: application/json' \ --header 'User-Agent: <USER_AGENT>' \ --header 'X-Forwarded-From: <FORWARDED_FROM>' \ --header 'platform: Web' \ --header 'deviceId: <DEVICE_ID>'
OK