diff --git a/templates/group_deleted.json.j2 b/templates/group_deleted.json.j2 index f92ddfc..0e0a7f9 100644 --- a/templates/group_deleted.json.j2 +++ b/templates/group_deleted.json.j2 @@ -95,29 +95,6 @@ "Authorization" : "Bearer ${authorize.output.body.access_token}" } } - }, - { - "name" : "pyrest", - "taskReferenceName" : "list_realm_components", - "type" : "SIMPLE", - "inputParameters" : { - "url" : "${init.input.keycloak_admin}/components", - "method" : "GET", - "headers" : { - "Authorization" : "Bearer ${authorize.output.body.access_token}", - "Accept" : "application/json" - } - } - }, - { - "name": "LAMBDA_TASK", - "taskReferenceName": "find_component_by_type", - "type": "LAMBDA", - "inputParameters": { - "path" : "${init.output.result}", - "components" : "${list_realm_components}", - "scriptExpression": "" - } } ] }