summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorms <ms@taler.net>2022-05-19 07:22:33 +0200
committerms <ms@taler.net>2022-05-19 07:22:33 +0200
commit63d3a2cf777d44b63d113e8d1bb19d4861c8b38c (patch)
treee62ba233ed4bffd9f6b24a24692b62499f688b71
parent3c29cfbc41c0c7fcc93e5ad0e8415746e9b452cb (diff)
downloaddocs-63d3a2cf777d44b63d113e8d1bb19d4861c8b38c.tar.gz
docs-63d3a2cf777d44b63d113e8d1bb19d4861c8b38c.tar.bz2
docs-63d3a2cf777d44b63d113e8d1bb19d4861c8b38c.zip
delete accounts
-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.
+
+