Google\Spreadsheet\ListEntry::delete PHP 메소드

delete() 공개 메소드

Delete the current entry.
public delete ( )
    public function delete()
    {
        ServiceRequestFactory::getInstance()->delete($this->getEditUrl());
    }