Cannot delete names attribute #349
Unanswered
mankatmalte-dev
asked this question in
General
Replies: 5 comments
0 replies
|
@Brunner246 I think @mankatmalte-dev wants to delete a name, not add one. The followings are available, just not for names :
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment






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!
All reactions