FruxonDocs
ApiAgent memories

Delete a memory.

Permanently removes the memory so the agent no longer recalls it. Requires the Admin collaborator role (or tenant admin): memories are immutable evidence of what the agent recalled at execution time, so deletion is gated above the Editor tier that creates and updates them. Returns 204 on success and 404 when no memory with that id belongs to the agent.

DELETE
/v1/tenants/{tenant}/agents/{agent}/memories/{memory}
AuthorizationBearer <token>

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

In: header

Path Parameters

agent*string

The unique identifier of the agent.

memory*string

The unique identifier of the memory to delete.

Formatuuid
tenant*string

The tenant identifier

Response Body

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