## 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](https://github.com/quable/developers.quable.io_public/blob/main/code-snippets/attributes/delete-attributes.py)
!!!
To execute this script, use: 

```python
$ python3 ./delete-attributes.py  --instance=xxx --token=xxx --attributes=attr1,attr2
```
