CB Response Cloud: How to Delete a Whitelisted IP Address
book
Article ID: 285208
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Issue/Introduction
To delete a whitelisted IP address
Environment
- CB Response Cloud: All Versions
Resolution
- Open Terminal from the Whitelist endpoint.
- Run the cURL command:
curl -X DELETE "https://cbrc.carbonblack.io/api/whitelist/entries/<ID>" -H "accept: application/json" -H "X-Auth-Token: <YOUR_TOKEN>"
- A response will be received when this is successful:
204 NO CONTENT
- Apply the changes.
Additional Information
The command requires the X-Auth-Token and the unique ID of the IP address being deleted.
Feedback
thumb_up
Yes
thumb_down
No