summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-06-30 16:37:25 +0200
committerMS <ms@taler.net>2020-06-30 16:37:25 +0200
commitd5f27446c11bdcaacee3ce97bce1d2f94a3f87ef (patch)
treefd7365a69620e5b3f86165b20cec361cdc95d59e /libeufin
parent3f1f866aa002236da754b26284823b83c6010a2b (diff)
downloaddocs-d5f27446c11bdcaacee3ce97bce1d2f94a3f87ef.tar.gz
docs-d5f27446c11bdcaacee3ce97bce1d2f94a3f87ef.tar.bz2
docs-d5f27446c11bdcaacee3ce97bce1d2f94a3f87ef.zip
bank connection delete API
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/api-nexus.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 313b3898..44f5f474 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -300,6 +300,16 @@ to the real bank.
:status 409 Conflict: The ``name`` field exists already for
the requesting user.
+.. http:post:: {nexusBase}/bank-connections/delete
+
+ **Request:**
+
+ .. ts:def:: BankConnectionDeletion
+
+ interface BankConnectionDeletion {
+ // label of the bank connection to delete
+ bankConnectionId: string;
+ }
.. http:get:: {nexusBase}/bank-connections