Skip to content

Delete a custom detection

Request

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
Path
detectionEventTypestring^CUSTOM_[A-Z0-9_]+$required

The custom detection's unique identifier. Always an uppercase identifier beginning with CUSTOM_.

Example:CUSTOM_TORRENT_WEBSITE_VISIT
DELETE
/v1/controls/customDetections/{detectionEventType}
curl -i -X DELETE \
  https://api.pushsecurity.com/v1/controls/customDetections/CUSTOM_TORRENT_WEBSITE_VISIT \
  -H 'x-api-key: YOUR_API_KEY_HERE'

Responses

OK

Headers
any