# Close Locker

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /locker/close:
    post:
      summary: Close Locker
      deprecated: false
      description: Close Locker Transaction
      tags:
        - Harbor App Engine
      parameters: []
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                access_code:
                  type: string
                sub_organization_id:
                  type: string
              x-apidog-orders:
                - access_code
                - sub_organization_id
              required:
                - access_code
                - sub_organization_id
            examples: {}
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  message:
                    type: string
                required:
                  - message
                x-apidog-orders:
                  - message
          headers: {}
          x-apidog-name: Success
      security: []
      x-apidog-folder: Harbor App Engine
      x-apidog-status: testing
      x-run-in-apidog: https://app.apidog.com/web/project/1131887/apis/api-24487763-run
components:
  schemas: {}
  securitySchemes: {}
servers: []
security: []

```
