ApiAgent memories
Delete a memory.
Permanently removes the memory so the agent no longer recalls it. Requires the Editor collaborator role. Returns 204 on success and 404 when no memory with that id belongs to the agent.
Authorization
Bearer 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.
Format
uuidtenant*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
}