#!/usr/bin/php getLabelByName($name); if ($label) { //it exists //delete it $repo->deleteLabel($label); } }