Cannot delete names attribute #349
Replies: 5 comments
-
|
Setting the name to an empty string usually does the trick :
before :
after :
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
you could try with this.
|
Beta Was this translation helpful? Give feedback.
-
|
@Brunner246 I think @mankatmalte-dev wants to delete a name, not add one. The followings are available, just not for names :
|
Beta Was this translation helpful? Give feedback.
-
|
@usai-sylvain you got it ! |
Beta Was this translation helpful? Give feedback.






Uh oh!
There was an error while loading. Please reload this page.
-
I am currently trying to overwrite all attributes from an external Excel list.
As part of this process, I need to delete the existing attributes before writing the new ones.
So far, I can successfully delete other attributes such as user attributes, comments, and groups using methods like:
First: ac.get_comment_list_items() and then ac.delete_item_from_comment_list()
I can’t find a corresponding function for deleting names (or a way to clear/overwrite them). I’ve searched the documentation but haven’t found anything that covers deleting or resetting the names attribute.
Is there any workaround ?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions