Prerequisites
The following data is required to make a successful API request:
- Bearer Token of current User. (refer to Get a Bearer Token – Equaze Help Documentation)
- AccountERN of the Account you want to get the list of beneficiaries linked to it. (refer to Get Information of User’s Account – Equaze Help Documentation)
- beneficiaryID of the beneficiary you want to delete. (refer to Account Beneficiary Lookup – Equaze Help Documentation)
Set Authorization to:
- Auth Type = Bearer Token
- Token = YourBearerToken

Use the following API URL with method = DELETE:

Replace “YourAccountERN” with your actual AccountERN and “YourBeneficiaryId” with the BeneficiaryID of the beneficiary you want to delete then click on “Send” button.
Example of URL:

This will return true if the delete request is successful:
