Server SDKs
Build AI agents, control calls, send messages, and more
Remove one or more keys from the current function’s metadata store. Maps to the unset_meta_data SWML action.
unset_meta_data
A single key string or a list of key strings to remove from metadata.
FunctionResult — this, for chaining.
FunctionResult
this
1import { FunctionResult } from '@signalwire/sdk';23const result = new FunctionResult()4 .removeMetadata(['temp_field']);