From e52fde1bb32455240884914262aeb0660289a5ed Mon Sep 17 00:00:00 2001 From: Mirjam Herald Date: Fri, 21 Aug 2026 13:08:50 +0200 Subject: [PATCH] added delete endpoint to token vault API's --- src/openapi/container/abt-container-tokens.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/openapi/container/abt-container-tokens.yaml b/src/openapi/container/abt-container-tokens.yaml index ac63ab0..6ba69db 100644 --- a/src/openapi/container/abt-container-tokens.yaml +++ b/src/openapi/container/abt-container-tokens.yaml @@ -327,6 +327,20 @@ paths: status: 500 title: Internal Server Error detail: An unknown error has occurred + delete: + tags: + - securitytokens + summary: Delete the authorization for HTM for an ovpaytoken + description: Delete the authorization for HTM for an ovpaytoken if the customerProfileId has been supplied look in the customerToken DB otherwise check the AnonymousToken DB. + responses: + "200": + description: OK + content: + application/json: + schema: + $ref: "#/components/schemas/SecurityTokenStatusResponse" + example: + {} components: securitySchemes: oAuthSample: