• Start

Languages

/

Mojo

/

Methods

unset

The unset() method for the SurrealDB Mojo SDK removes a parameter for this connection.

Removes a parameter previously assigned with set().

Method Syntax

client.unset(name, session)
ArgumentDescription
nameThe parameter name to remove.
sessionAn optional session id.
client.unset("name")

Was this page helpful?