delete https://sandbox-api.readyremit.com/v1/recipients//accounts/
The DELETE /recipients/{recipientId}/accounts/{accId}
endpoint deletes a recipient account record. This operation requires the unique identifiers of the recipient and the recipient account.
Implementation Guide:
- Prerequisite: Ensure that the
recipientId
andaccId
parameters are correctly specified. - Validation: Validate the request to ensure that the recipient account exists before attempting to delete it.