GoodMem
ReferenceAPIREST APIMemories

Delete a memory

Permanently deletes a memory and its associated chunks. This operation cannot be undone and immediately removes the memory record from the database.

IDEMPOTENCY: This operation is safe to retry - may return NOT_FOUND if the memory was already deleted or never existed. Requires DELETE_MEMORY_OWN permission for memories in spaces you own (or DELETE_MEMORY_ANY for admin users to delete any memory). Side effects include permanent removal of the memory record and all associated chunk data.

DELETE
/v1/memories/{id}
x-api-key<token>

In: header

Path Parameters

idstring

The unique identifier of the memory to delete

Response Body

curl -X DELETE "http://localhost:8080/v1/memories/550e8400-e29b-41d4-a716-446655440000"
Empty
Empty
Empty
Empty
Empty