deleteFMCRegistrationSettings

The deleteFMCRegistrationSettings operation handles configuration related to FMCRegistrationSettings model. 

Description

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

This API call deletes an FMCRegistrationSettings object. If there is an FMC Registration task running, this API call will cancel it, do the necessary rollback steps, and delete the FMCRegistrationSettings entity. Upon a successful deletion, FDM configuration access will be back from read only to normal.

Path Parameters

Parameter Required Type Description
objId True string

Example

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