commit d5f27446c11bdcaacee3ce97bce1d2f94a3f87ef parent 3f1f866aa002236da754b26284823b83c6010a2b Author: MS <ms@taler.net> Date: Tue, 30 Jun 2020 16:37:25 +0200 bank connection delete API Diffstat:
| M | libeufin/api-nexus.rst | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git 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