---
search:
  tags:
    - API Keys
    - DELETE
seo:
  description: >-
    Revokes the specified API key. The plaintext key is NEVER present in…
    Reference for the DELETE /v1/api-keys/{key_id} endpoint in the AVTR Public
    API v1 API.
sidebar:
  badge: DELETE
  label: Revoke an API key
title: Revoke an API key
type: openapi-operation
---
Revokes the specified API key. The plaintext key is NEVER present in any response. V0 revocation is permanent; re-creating a key produces a new `key_id`.

Idempotent: revoking an already-revoked key returns the original `revoked_at`.

<Operation source="reference" id="delete-v1-api-keys-key-id" />
