Skip to content
Letta Platform Letta Platform Letta Docs
Sign up

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