# Disable Locker Access Code

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /locker/access-code/disable:
    patch:
      summary: Disable Locker Access Code
      deprecated: false
      description: ''
      tags:
        - Harbor App Engine
      parameters:
        - name: access_code
          in: query
          description: ''
          required: true
          schema:
            type: string
        - name: x-api-key
          in: header
          description: ''
          required: true
          example: hk_7b566f667a9b75c5159de21f406b7c9932ce1053bee182b5604832b04839c88d
          schema:
            type: string
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
          headers: {}
          x-apidog-name: Success
      security: []
      x-apidog-folder: Harbor App Engine
      x-apidog-status: developing
      x-run-in-apidog: https://app.apidog.com/web/project/1131887/apis/api-28232366-run
components:
  schemas: {}
  securitySchemes: {}
servers: []
security: []

```
