Agent

Delete a run

Delete a stored Agent run.

delete/agent/runs/{id}

Path parameters

idstring required

Agent run ID. New run IDs are returned with the agent_run_ prefix.

Example:agent_run_01j7x9v0m2n4p6q8r0s2t4v6w8

Agent run ID.

Headers

Exa-Versionstring

Reserved for future API versioning. No version values are currently accepted: requests carrying this header are rejected with a 400 error tagged UNSUPPORTED_API_VERSION. Omit this header.

Response

Agent run deleted

idstring required

Agent run ID. New run IDs are returned with the agent_run_ prefix.

object'agent_run.deleted' required
deletedtrue required

Example response

{
  "id": "agent_run_01j7x9v0m2n4p6q8r0s2t4v6w8"
}

Changes