The delete() function is executed on a table from a data source connected to MindsDB. It deletes rows from a table.
delete()
Here is the syntax:
data_source.tables.table_name.delete(key=values, ...)