RocketKOR

Remove a Financial Account

Delete a Financial Account belonging to a Customer or Recipient. Deleted Financial Accounts cannot be retrieved.

Note  Instead of deleting a Financial Account, you can temporarily suspend the account.

Endpoint

DELETE /v1/financial-accounts/{financialAccountId}

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

financialAccountId  REQUIRED

string (UUID)

ID of the Financial Account.

Request Body

None

Returns

If successful, returns 204 Financial Account has been deleted.

SAMPLE RESPONSE

				
					{
  204 Financial Account has been deleted.
}