Truncate delta table in Databricks

User16826994223
Databricks Employee
Databricks Employee

I cannot find how to truncate table using pyspark or python commnd , I need to truncate delta table using python

User16826994223
Databricks Employee
Databricks Employee

Not everything is exposed as a function for Python or Java/Scala. Some operations are SQL-only, like 

spark.sql("TRUNCATE TABLE delta.`<path>`")