#
Delete a list of attributes
By
The Quable Team
#
How can I delete a list of attributes ?
You might need to clear a part of your datamodel. In case you have a lot of attributes to remove, using the API can be clever
Code snippet file
You can access a Python example on Github here
To execute this script, use:
$ python3 ./delete-attributes.py --instance=xxx --token=xxx --attributes=attr1,attr2