Skip to main content

Agents Delete Conversation

[MODE:OVERSEER] Tier: overseer. Destructive.

Deletes one runtime conversation for an Agent. Use during project/user cleanup flows after any needed exports or archives have completed.

Inputs

FieldTypeRequiredNotes
agent_idint or stringyesAgent ID or name
conversation_idstringyesRuntime conversation/thread ID

Gotchas

  • Deletion is scoped to the Agent and conversation id.
  • Do not delete conversations as part of normal iteration.
  • Archive or export needed project data before cleanup.
  • fibe_agents_create_conversation — create/upsert.
  • fibe_agents_messages / fibe_agents_activity — inspect before deletion.