From 63d3a2cf777d44b63d113e8d1bb19d4861c8b38c Mon Sep 17 00:00:00 2001 From: ms Date: Thu, 19 May 2022 07:22:33 +0200 Subject: delete accounts --- core/api-bank-access.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'core') diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst index 860cc502..1266a564 100644 --- a/core/api-bank-access.rst +++ b/core/api-bank-access.rst @@ -249,7 +249,6 @@ Transactions Registration (Testing) ---------------------- - .. http:POST:: ${BANK_API_BASE_URL}/testing/register Create a new bank account. This endpoint should be disabled for most deployments, but is useful @@ -269,3 +268,9 @@ 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. + + -- cgit v1.2.3