FruxonDocs
ApiAgent

Clears a Copilot conversation from the in-memory store.

Removes the cached turn history for one Copilot conversation so a subsequent chat starts fresh. Only the in-memory conversation buffer is affected — the agent's saved configuration and revisions are untouched.

DELETE
/v1/tenants/{tenant}/agents/{agent}/copilot/conversations/{conversation}
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

conversation*string

The conversation identifier to remove.

Formatuuid
tenant*string

The tenant identifier

agent*string

The agent identifier

Response Body

curl -X DELETE "https://api.fruxon.com/v1/tenants/string/agents/string/copilot/conversations/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}