import osfrom datagrid_ai import Datagridclient = Datagrid( api_key=os.environ.get("DATAGRID_API_KEY"), # This is the default and can be omitted)client.files.delete( "file_id",)
import osfrom datagrid_ai import Datagridclient = Datagrid( api_key=os.environ.get("DATAGRID_API_KEY"), # This is the default and can be omitted)client.files.delete( "file_id",)