Skip to content
Letta Platform Letta Platform Letta Docs
Sign up

Delete Folder

DELETE/v1/folders/{folder_id}

Delete a data folder.

Path ParametersExpand Collapse
folder_id: string

The ID of the source in the format ‘source-

minLength43
maxLength43

Delete Folder

curl https://api.letta.com/v1/folders/$FOLDER_ID \
    -X DELETE \
    -H "Authorization: Bearer $LETTA_API_KEY"
{}
Returns Examples
{}