Table of Contents
Delete Individual Beneficiary #
Removes a saved friend/beneficiary from the authenticated user.
Endpoint #
DELETE https://api-test.10npay.com/app/{beneficiaryId}/delete-individual-beneficiary
Path Parameter #
| Name | Description |
|---|---|
beneficiaryId |
ID of the beneficiary to remove. |
Headers #
Authorization: Bearer <access_token>Accept: application/json
Response #
- 200 OK – returns
"success". - 404 – beneficiary not found on the caller’s list.
- 409 – cannot remove (e.g., pending request).
