v3

latestOpenAPI 3.0.1Apache 2.02026-08-065516357.9 KB
memories

Delete a memory.

delete/v1/memories/{memory_id}/

Path parameters

memory_idstring uuid required

The unique identifier of the memory to delete.

Query parameters

delete_linkedboolean

If true, also delete memories linked to this one. The response then includes a cascade_count field with the number of linked memories deleted.

Response

Successful deletion of memory.

messagestring
cascade_countinteger

Number of linked memories also deleted. Only present when delete_linked=true was passed.

Example response

{
  "message": "Memory deleted successfully!"
}