# Revoke API key

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /auth_revoke_key:
    delete:
      summary: Revoke API key
      deprecated: false
      description: ''
      tags:
        - Authentication
        - Authentication
      parameters:
        - name: key_id
          in: query
          description: ''
          required: true
          schema:
            type: string
            format: uuid
      responses:
        '200':
          description: Key revoked
          headers: {}
          x-apidog-name: ''
      security: []
      x-apidog-folder: Authentication
      x-apidog-status: released
      x-run-in-apidog: https://app.apidog.com/web/project/1150986/apis/api-25474692-run
components:
  schemas: {}
  securitySchemes: {}
servers:
  - url: https://xmsx-hkkx-nz6p.n7e.xano.io/api:v1
    description: Production server
security: []

```
