commit 63d3a2cf777d44b63d113e8d1bb19d4861c8b38c
parent 3c29cfbc41c0c7fcc93e5ad0e8415746e9b452cb
Author: ms <ms@taler.net>
Date: Thu, 19 May 2022 07:22:33 +0200
delete accounts
Diffstat:
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git 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.
+
+