Revoke agent key
Agent keys
Revoke agent key
Revoke an agent key so it can no longer be used for authentication. Other active keys for the same agent keep working.
DELETE
Revoke agent key
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Unique key for idempotent request handling. If a request with the same key was already processed, the original response is returned.
Agent ID (agt_xxx) identifying which agent is making the request.
Required when X-Agent-ID is present. Session or conversation ID for agent observability.
Maximum string length:
1024Path Parameters
Agent key ID (agk_*)
Pattern:
^agk_[0-9a-f]{32}$