SQL CommandsDDL CommandsConnectionDROP CONNECTIONOn this pageDROP CONNECTIONIntroduced or updated: v1.2.208 Deletes an existing connection. Syntax DROP CONNECTION [ IF EXISTS ] <connection_name> Examples DROP CONNECTION toronto;