Skip to main content
DELETE
Delete a memory

Overview

Delete a single memory by its ID. The memory is removed from both the database and the vector store.

Example

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

memoryId
string
required

The memory ID to delete.

Response

Memory deleted

message
enum<string>
Available options:
Memory deleted