SurrealDB Docs Logo

Enter a search query

.Unset()

Removes a parameter for this connection.

Method Syntax
await db.Unset(key)

Arguments

ArgumentsDescription
key required

Specifies the SurrealQL statements.

cancellationToken optional

The cancellationToken enables graceful cancellation of asynchronous operations.

Example usage

await db.Unset("name");

On this page

© SurrealDB GitHub Discord Community Cloud Features Releases Install