Python
from datagrid_ai import Datagrid client = Datagrid( api_key="My API Key", ) client.conversations.delete( "conversation_id", )
Delete conversation.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The id of the conversation to delete.
Successfully deleted conversation