RocketKOR

Design  /  Financial Account Use Cases  /  Recipient  /  Remove a Recipient Financial Account

Remove a Recipient Financial Account

Overview

In this use case, we’ll walk through permanently deleting a Recipient Financial Account. This use case applies to both card and bank account Recipient Financial Accounts.

Important  Be careful when deleting accounts. Once deleted, accounts cannot be retrieved. Instead of deleting an account, you can temporarily suspend the account.

API Operation

Steps

Send a request to the following endpoint:

DELETE /v1/financial-accounts/{financialAccountId}

  • Include an Authorization header with your RocketKOR access token as a Bearer Token.
  • Use {financialAccountId} to specify the ID of the Financial Account to be deleted.
  • Request body is not required.

Sample Response

If the Recipient Account is successfully deleted, a 204 response is returned.

				
					{
   204 Financial Account has been deleted
}
				
			
ON THIS PAGE