GoodMemGoodMem
ReferenceAPIREST APIMemories

Delete a memory

DELETE /v1/memories/{id}: Permanently deletes a memory and its associated chunks.

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.

AUTHORIZATION: Requires DELETE_MEMORY on the requested memory; authority may be granted through DIRECT_MEMBERS_OF its containing space. 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 UUID of the memory to delete

Response Body

curl -X DELETE "https://your-goodmem-server.example.com/v1/memories/550e8400-e29b-41d4-a716-446655440000"
Empty
Empty
Empty
Empty
Empty