Qual é a sua dúvida?
Cakephp: Delete All
delete(integer $id = null, boolean $cascade = true)
$this->Comment->delete($comment_id);
deleteAll(mixed $conditions, $cascade = true, $callbacks = false)
$this->AppSetting->deleteAll(array("AppSetting.id > 0"), true);