The TRUNCATE command is used to delete all rows of a table form keyspace of the Cassandra Database.
Syntax:
TRUNCATE tablename;
Example:
TRUNCATE employees;