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

{
            "triggerCodes": ["trigger_code"]
}

Response body

{
            "nonExistingTriggerCodes": ["trigger_code"],
            "nonTrackedTriggerCodes": ["trigger_code"],
            "removedTriggerCodes": ["trigger_code"]
}
                                        

Last updated