Delete Passage From Archive
DELETE/v1/archives/{archive_id}/passages/{passage_id}
Delete a passage from an archive.
This permanently removes the passage from both the database and vector storage (if applicable).
Delete Passage From Archive
curl https://api.letta.com/v1/archives/$ARCHIVE_ID/passages/$PASSAGE_ID \
-X DELETE \
-H "Authorization: Bearer $LETTA_API_KEY"
Skip to content