SQL Server Transact Basic to Expert - Dropping an index in a table

This blog show how to drop an index in a table using the drop command

Syntax:
DROP INDEX <table_or_view_name>.<index_name> [ ,...n ]

Example:
DROP INDEX Dbo.emptable.emppkind