ActiveResource\ActiveResource::destroy PHP Method

destroy() public method

DELETE /collection/id.xml
public destroy ( )
    public function destroy()
    {
        return $this->_send_and_receive($this->site . $this->element_name_plural . '/' . $this->_data['id'] . '.xml', 'DELETE');
    }