ReferenceSQL ReferenceDROP INDEXEdit this pageOn this pageDROP INDEX Remove an index. Syntax Parameters ParameterDescriptionIF EXISTSDo not raise an error if the index does not existindex_nameName of the index to remove Examples DROP INDEX IF EXISTS idx_articles_category; See also CREATE INDEX