// ** DeleteOptionValueRequest **
// to remove the newly inserted label.
DeleteOptionValueRequest deleteOptionValueRequest =
new DeleteOptionValueRequest
{
OptionSetName = "_globalOptionSetName",
Value = 100011
};
// Execute the request.
_service.Execute(deleteOptionValueRequest