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

# Revoke Phantom Token

> Immediately revoke a phantom token — new requests will be rejected; in-flight requests that have already passed auth will complete.

### Revoke phantom token

```http theme={"dark"}
DELETE /admin/ai-gateway/{gatewayId}/agents/{agentId}/keys/{tokenId}
```

Immediately revokes the token. In-flight requests that have already passed auth will complete, but no new requests will be accepted.
