commit 3607476b7823db8eca00e1550dc5b734d7187fca parent 63d3a2cf777d44b63d113e8d1bb19d4861c8b38c Author: ms <ms@taler.net> Date: Thu, 19 May 2022 08:00:50 +0200 account deletion move API from Access to Demobank. Diffstat:
| M | core/api-bank-access.rst | | | 6 | ------ |
| M | libeufin/api-sandbox.rst | | | 4 | ++++ |
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git 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 @@ -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. ^^^^^^^^^^^^^^^^^^^