deleteFTDS2SVpnModel

The deleteFTDS2SVpnModel operation handles configuration related to /api/fmc_config/v1/domain/{domainUUID}/policy/ftds2svpns/{objectId} path. 

Description

Retrieves, deletes, creates, or modifies the Firewall Threat Defense Site to Site VPN topology associated with the specified ID. If no ID is specified for a GET, retrieves list of all Firewall Threat Defense Site to Site VPN topologies. Check the response section for applicable examples (if any).

Path Parameters

Parameter Required Type Description
objectId True string Identifier for Firewall Threat Defense Site to Site VPN topology.
domainUUID True string Domain UUID

Example

- name: Execute 'deleteFTDS2SVpnModel' operation
  cisco.fmcansible.fmc_configuration:
    operation: "deleteFTDS2SVpnModel"
    path_params:
        objectId: "{{ object_id }}"
        domainUUID: "{{ domain_uuid }}"