Cyberwatch / cyberwatch_api

Python Api client for the Cyberwatch software
MIT License
4 stars 6 forks source link

Give an example to remove duplicated assets #53

Closed PierreHachard closed 8 months ago

PierreHachard commented 11 months ago

For now, the only way to remove duplicated assets in Cyberwatch is to use the API.

Implement an example that lets the user delete assets in duplicate.

An example already exists in the former API client : https://github.com/Cyberwatch/cyberwatch_api_toolbox/blob/master/examples/cleanup_duplicates.py