Deprecated. No available replacement.
python · D2 (Deprecated)
D2Remove
demisto/python:2.7.18.24398
import demistomock as demisto from CommonServerPython import * from CommonServerUserPython import * result = demisto.executeCommand('d2_remove', demisto.args()) if isError(result[0]): demisto.results(result) else: demisto.results('D2 agent removed successfully')