Crud\Action\DeleteAction::_delete PHP Method

_delete() protected method

HTTP DELETE handler
protected _delete ( string | null $id = null ) : Response
$id string | null Record id
return Cake\Network\Response
    protected function _delete($id = null)
    {
        return $this->_post($id);
    }