IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

Cb Response: How to delete a watchlist via the REST API

Cb Response: How to delete a watchlist via the REST API

Environment

  • Cb Response Server: 6.0.1 and Higher

Objective

Occasionally a watchlist needs to be deleted but is unavailable via the Web UI. This article demonstrates a python command to do so.

Resolution

Run command:
sudo python.exe watchlist_operations.py --profile default delete -n "<Watchlist>"

Additional Notes

Example: This command will delete the watchlist: Reputation Threat >= 50
sudo python.exe watchlist_operations.py --profile default delete -n "Reputation Threat >= 50"

Related Content


Labels (1)
Tags (2)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎11-20-2018
Views:
399
Contributors