SQL DROP INDEX
The following command will drop an index called tenant_id_idx
.
PostgreSQL, Oracle
MySQL, SQL Server
DROP INDEX tenant_id_idx;