3.7.5.3 deleteAll
deleteAll(mixed $conditions, $cascade = true, $callbacks = false)
Same as with delete() and remove(), except that deleteAll() deletes all records that match the supplied conditions. The $conditions array should be supplied as an SQL fragment or array.
