deleteHostScanPackageFile

The deleteHostScanPackageFile operation handles configuration related to HostScanPackageFile model. 

Description

This API call is not allowed on the standby unit in an HA pair.

Deletes the existing Hostscan package file

Path Parameters

Parameter Required Type Description
objId True string

Example

- name: Execute 'deleteHostScanPackageFile' operation
  ftd_configuration:
    operation: "deleteHostScanPackageFile"
    path_params:
        objId: "{{ obj_id }}"