How to remove Search Attributes in Python
To remove a Search Attribute, use the upsert_search_attributes()
function with an empty list as its value.
workflow.upsert_search_attributes({"Your-Custom-Keyword-Field": []})
To remove a Search Attribute, use the upsert_search_attributes()
function with an empty list as its value.
workflow.upsert_search_attributes({"Your-Custom-Keyword-Field": []})