diff --git a/src/domains/checkout-app/api/checkout/checkout_auth_service/v1/_openapi.json.tpl b/src/domains/checkout-app/api/checkout/checkout_auth_service/v1/_openapi.json.tpl index 15c7eb8c5..1da22b4ce 100644 --- a/src/domains/checkout-app/api/checkout/checkout_auth_service/v1/_openapi.json.tpl +++ b/src/domains/checkout-app/api/checkout/checkout_auth_service/v1/_openapi.json.tpl @@ -282,56 +282,6 @@ } } } - }, - "/auth/validate": { - "get": { - "tags": [ - "authService" - ], - "operationId": "validateToken", - "summary": "Validate a token", - "description": "GET endpoint to validate a token", - "security": [ - { - "bearerAuth": [] - } - ], - "responses": { - "200": { - "description": "Token is valid" - }, - "400": { - "description": "Invalid token", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ProblemJson" - } - } - } - }, - "401": { - "description": "Unauthorized", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ProblemJson" - } - } - } - }, - "500": { - "description": "Internal server error", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ProblemJson" - } - } - } - } - } - } } }, "components": { @@ -447,4 +397,4 @@ } } } -} \ No newline at end of file +}