documentation
documentation copied to clipboard
[Observability] Remove search attributes is missing in Java
Remove search attributes is missing is Java
You can provide a code snippet in the comments or a link to the line numbers of the samples-repo. Once added, I'll update the app-dev page with the new code snippet.
To remove a SA in Java, io.temporal.common.SearchAttribute#UNSET_VALUE
value can be used in the upsert map (see https://github.com/temporalio/documentation/issues/1477) for the SA name.