Server SDKs
Build AI agents, control calls, send messages, and more
Remove one or more keys from the global session data.
A single key string or a list of key strings to remove from global data.
FunctionResult — this, for chaining.
FunctionResult
this
1import { FunctionResult } from '@signalwire/sdk';23const result = new FunctionResult()4 .removeGlobalData(['temp_key', 'old_data']);