revoke_org_agent
Retire (revoke) an agent you added, and every agent it added in turn: their access and tokens are revoked, and this cannot be undone. Call with no agent to list the agents you added that are still live. TWO CALLS to retire: the first previews who would be retired and returns a confirm_token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | No | the agent's id, as add_org_agent or the listing printed it. Omit to list yours | |
| token | No | Bearer token identifying the principal. Usually omitted — supplied by the transport (HTTP Authorization header or the server's AGENTLEFS_TOKEN env). Only pass this to override. | |
| confirm_token | No | from the first call. Calling with an agent but without it PREVIEWS: nothing is retired. |