link
Delete a PostgreSQL index
DROP INDEX indexname;
Drop index on email column
DROP INDEX idx_users_email;