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

Open in Claude
Open in ChatGPT

Delete Archive

delete/v1/archives/{archive_id}

Delete an archive by its ID.

Path ParametersExpand Collapse
archive_id: string

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

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