> ## Documentation Index
> Fetch the complete documentation index at: https://docs.verify-group.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Revoke API Key

> Permanently revoke an API key. All requests using this key will immediately return 401.

<ParamField path="developerId" type="string" required>
  Your developer account UUID.
</ParamField>

<ParamField path="keyId" type="string" required>
  The key ID to revoke.
</ParamField>
