summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
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