- Delete a custom detection
List custom detections
Add a custom detection
Retrieve a custom detection
Replace a custom detection
Delete a custom detection
Permanently deletes a custom detection and all of its rules. It cannot be undone. Deleting a detection that does not exist succeeds without making any changes.
Security
x-api-key
DELETE
curl -i -X DELETE \
https://api.pushsecurity.com/v1/controls/customDetections/CUSTOM_TORRENT_WEBSITE_VISIT \
-H 'x-api-key: YOUR_API_KEY_HERE'