Owl\Services\TagService::deleteFlowFlag PHP Method

deleteFlowFlag() public method

Delete a flow tag settings.
public deleteFlowFlag ( $tag_id ) : boolean
$tag_id int tag_id
return boolean
    public function deleteFlowFlag($tag_id)
    {
        return $this->tagRepo->deleteFlowFlag($tag_id);
    }