You cannot "delete" a missing value, as it is already "nothing". What you can delete, are whole observations (=rows) that contain missing values, or you could drop variables (=columns) from the dataset altogether if you find they contain certain values (or only missing values).
What of these options you want to do will determine the code.
... View more