Bulk Remove Triggers
Remove triggers from tracking
DELETE /api/v1/trigger/{GROUP_NAME} HTTP/1.1
Replace GROUP_NAME with the Group Name under which the triggers have to be removed
Request body
Param
Mandatory
Description
trigger_code
Y
Array of Intellizence Trigger Codes that you would like to remove
Response body
Param
Description
nonExistingTriggerCodes
Array of Trigger Codes which are not existing in the Intellizence database
nonTrackedTriggerCodes
Array of Trigger Codes which are not been tracked
removedTriggerCodes
Array of Trigger Codes which are removed
Last updated