Skip to content
  • Auto
  • Light
  • Dark
DiscordForumGitHubSign up
View as Markdown
Copy Markdown

Open in Claude
Open in ChatGPT

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).

Path ParametersExpand Collapse
archive_id: string

The ID of the archive in the format 'archive-'

minLength44
maxLength44
passage_id: string

The ID of the passage in the format 'passage-'

minLength44
maxLength44
Delete Passage From Archive
curl https://api.letta.com/v1/archives/$ARCHIVE_ID/passages/$PASSAGE_ID \
    -X DELETE \
    -H "Authorization: Bearer $LETTA_API_KEY"
Returns Examples