Delete an existing memory
forgetDelete a specific memory from the database using its unique ID and scope identifier.
Instructions
This endpoint deletes an existing memory in the database, using the provided id to identify the memory to delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The id of a specific memory to delete. | |
| scope | Yes | A unique identifier for the target set of memories. Can be any combination of user, application, contextual ids, as needed for scoping and personalization. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique identifier of the deleted memory. |