DROP CONNECTION
DROP CONNECTION
deletes an existing connection and any dependant datasets and models.
Syntax
DROP CONNECTION [ IF EXISTS ] connection_name
Connection name
The name of an existing connection in Predibase.
Examples
Here is an example of how to drop a connection for a mysql database.
DROP CONNECTION IF EXISTS mysql_connection