Revoke an API key
DELETE
Revoke an API key
Previous
Fetch the canonical analysis input for a completed sessionReturns the ``SessionAnalysisInput`` shape defined in
``src/knowledge_gap/analysis_schemas.py``.
- ``404`` — session not found, or owned by a different organization.
- ``409`` — session is not in a terminal state (still active /
paused / waiting for human / etc.). The analyzer should only be run
on completed sessions.
Next
Revoke an API key