I'm using the java client api of zapproxy to detect the vulnerability of many websites automatically and dynamically.I need to release all resources(alerts,spider result,active scan result,memory usage) for the specified url and not interfere scans of other urls.
overview the whole api of zapproxy,I only got :
http://localhost:8080/UI/core/action/deleteAllAlerts
which i think will delete all alerts including those belong to the other urls.
So,how to delete resources for a specified url in zapproxy scan?