diff --git a/openapi.yaml b/openapi.yaml index 61822ef..4a95cde 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -124,12 +124,3 @@ paths: error: type: string example: "Internal Server Error" - -components: - securitySchemes: - apiKey: - type: apiKey - name: x-api-key - in: header -security: - - apiKey: []