deleteObjectNatRule

The deleteObjectNatRule operation handles configuration related to ObjectNatRule model. 

Path Parameters

Parameter Required Type Description
parentId True string
objId True string

Example

- name: Execute 'deleteObjectNatRule' operation
  ftd_configuration:
    operation: "deleteObjectNatRule"
    path_params:
        parentId: "{{ parent_id }}"
        objId: "{{ obj_id }}"