deleteConfigExportJobStatus

The deleteConfigExportJobStatus operation handles configuration related to ConfigExportJobStatus 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 output file, if still exists, will be deleted from server directory as well

Path Parameters

Parameter Required Type Description
objId True string

Example

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