Enter a search query
.unset()
Removes a parameter for this connection.
Method Syntaxasync db.unset(key: string)
key
Specifies the name of the variable.
// Remove the variable from the connection await db.unset('name');