From d5f27446c11bdcaacee3ce97bce1d2f94a3f87ef Mon Sep 17 00:00:00 2001 From: MS Date: Tue, 30 Jun 2020 16:37:25 +0200 Subject: bank connection delete API --- libeufin/api-nexus.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'libeufin/api-nexus.rst') 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 -- cgit v1.2.3