doc: Broken links fixed in docs (#3034)

This commit is contained in:
Antaripa Saha
2025-06-25 17:18:29 +05:30
committed by GitHub
parent aaf879322c
commit a98842422b
14 changed files with 42 additions and 45 deletions

View File

@@ -9,9 +9,9 @@ iconType: "solid"
Memories can become outdated, irrelevant, or need to be removed for privacy or compliance reasons. Mem0 offers flexible ways to delete memory:
1. **Delete a Single Memory** using a specific memory ID
2. **Batch Delete** delete multiple known memory IDs (up to 1000)
3. **Filtered Delete** delete memories matching a filter (e.g., `user_id`, `metadata`, `run_id`)
1. **Delete a Single Memory**: Using a specific memory ID
2. **Batch Delete**: Delete multiple known memory IDs (up to 1000)
3. **Filtered Delete**: Delete memories matching a filter (e.g., `user_id`, `metadata`, `run_id`)
This page walks through code example for each method.