In CAST Highlight CLI, Deleting whitelist/Blacklist component via API is not working and is generating the error "404-Not Found"
Reason and Solution
-
This can happen when the subdomain is passed.
The Issue is resolved when you pass the root domain of the company instead of the sub-domain.
-
Check whether the proper Get is used for fetching the correct whitelist/blacklist id. For this use the below Get to fetch the component details.
Get : https://rpa.casthighlight.com/WS2/domains/2011/thirdparty/status/configuration/
Then use the below API for deletingDelete: https://rpa.casthighlight.com/WS2/domains/2011/thirdparty/status/configuration/xxxxx
Zendesk Ticket Number
# 31588, 48467
Comments