• Start

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)

Argument

Description

name

The parameter name to remove.

session

An optional session id.

client.unset("name")

Was this page helpful?