Agents

Delete an agent session

Removes a managed agent session from the public API and returns a deletion confirmation. Physical cleanup may continue asynchronously. See managing sessions.

delete/agents/sessions/{session_id}

Path parameters

session_idstring required

The ID of the session.

Response

The deleted session.

idstring required

The ID of the deleted session.

object'agent.session.deleted' required

The object type. Always agent.session.deleted.

deletedboolean required

Whether the session has been removed from the public API. Always true. Physical cleanup may still be in progress.

Changes