Post->habtmDelete('Tag', 1, 1); // delete multiple associations in a single call $this->Post->habtmDelete('Tag', 1, array(1, 3)); // want to delete all associations? $this->Post->habtmDeleteAll('Tag', 1); ?>