Deletes a specific echo memory for a cortex user.
Deletes a specific memory for a user.
Authorization
: Bearer token (Firebase token)accept
: application/jsonContent-Type
: application/jsonmemory_id
(string, required): Echo memory ID to deleteReturns a boolean indicating success (true) or failure (false) of the deletion operation.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Memory deletion result
Success (true) or failure (false) of the deletion operation
Deletes a specific echo memory for a cortex user.
Deletes a specific memory for a user.
Authorization
: Bearer token (Firebase token)accept
: application/jsonContent-Type
: application/jsonmemory_id
(string, required): Echo memory ID to deleteReturns a boolean indicating success (true) or failure (false) of the deletion operation.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Memory deletion result
Success (true) or failure (false) of the deletion operation