# Delete API Key

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /be/v1/apikeys:
    delete:
      summary: Delete API Key
      deprecated: false
      description: ''
      tags:
        - ROCKIT Edge - Backend API/API Keys
      parameters:
        - name: x-rockit-beauth-token
          in: header
          description: ''
          required: false
          example: '{{_edge_org_admin_beauth_token}}'
          schema:
            type: string
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
          headers: {}
          x-apidog-name: Success
      security: []
      x-apidog-folder: ROCKIT Edge - Backend API/API Keys
      x-apidog-status: developing
      x-run-in-apidog: https://app.apidog.com/web/project/732774/apis/api-23705150-run
components:
  schemas: {}
  securitySchemes:
    Bearer token:
      type: bearer
      scheme: bearer
      description: >-
        Enter your Access Token. You can obtain this by calling the /be/v1/login
        endpoint. Use the Refresh token to get a new Access token when it
        expires.
servers:
  - url: https://Example-Server.com
    description: Default
security: []

```
