Google\Spreadsheet\ListEntry::delete PHP Method

delete() public method

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