POST /v1/agents/:id/revoke
TOKEN_REVOKED
POST /v1/agents/:id/revoke Authorization: Bearer sk_live_YOUR_KEY Content-Type: application/json
{ "reason": "Credential rotation" }
reason
{ "revoked": true, "agent_id": "agt_abc123", "revoked_at": "2026-03-26T18:00:00.000Z", "reason": "Credential rotation" }