Delete Conversation
/v1/conversations/{conversation_id}
Delete a conversation (soft delete).
This marks the conversation as deleted but does not permanently remove it from the database. The conversation will no longer appear in list operations. Any isolated blocks associated with the conversation will be permanently deleted.
Path Parameters
Delete Conversation
curl https://api.letta.com/v1/conversations/$CONVERSATION_ID \
-X DELETE \
-H "Authorization: Bearer $LETTA_API_KEY"
{}
Returns Examples
{}