summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-bank-access.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index 860cc502..1266a564 100644
--- a/core/api-bank-access.rst
+++ b/core/api-bank-access.rst
@@ -249,7 +249,6 @@ Transactions
Registration (Testing)
----------------------
-
.. http:POST:: ${BANK_API_BASE_URL}/testing/register
Create a new bank account. This endpoint should be disabled for most deployments, but is useful
@@ -269,3 +268,9 @@ Registration (Testing)
**Response**
:http:statuscode:`200 OK`: Registration was successful.
+
+.. http:POST:: ${BANK_API_BASE_URL}/testing/unregister
+
+ Delete a bank account. The bank account to delete is extracted from the basic auth credentials.
+
+