deleteConfigImportJobStatus

The deleteConfigImportJobStatus operation handles configuration related to ConfigImportJobStatus model. 

Description

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

Only status objects with terminal states (success or failure) can be deleted. The associated configuration input file, if still exists, will be deleted from server directory as well

Path Parameters

Parameter Required Type Description
objId True string

Example

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