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: