Signature
typescripttypescript
await ctx.clear(options: ClearOptions): Promise<number>Example
typescripttypescript
await ctx.clear({ confirm: true });Core API
Delete every memory in the current organization.
await ctx.clear(options: ClearOptions): Promise<number>await ctx.clear({ confirm: true });