summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorms <ms@taler.net>2022-05-19 08:00:50 +0200
committerms <ms@taler.net>2022-05-19 08:00:50 +0200
commit3607476b7823db8eca00e1550dc5b734d7187fca (patch)
tree69f86e68f2162aca037fdcd855b77caef11f7944
parent63d3a2cf777d44b63d113e8d1bb19d4861c8b38c (diff)
downloaddocs-3607476b7823db8eca00e1550dc5b734d7187fca.tar.gz
docs-3607476b7823db8eca00e1550dc5b734d7187fca.tar.bz2
docs-3607476b7823db8eca00e1550dc5b734d7187fca.zip
account deletion
move API from Access to Demobank.
-rw-r--r--core/api-bank-access.rst6
-rw-r--r--libeufin/api-sandbox.rst4
2 files changed, 4 insertions, 6 deletions
diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index 1266a564..0d1450a8 100644
--- a/core/api-bank-access.rst
+++ b/core/api-bank-access.rst
@@ -268,9 +268,3 @@ 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.
-
-
diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index 6c21d7e3..f6ff682a 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -233,6 +233,10 @@ Bank accounts.
Give information about a bank account.
+.. http:delete:: /demobanks/$demobankId/$accountLabel
+
+ Delete the bank account (and the customer entry) from the database.
+ Note, customer usernames and bank accounts have the same value.
Main EBICS service.
^^^^^^^^^^^^^^^^^^^