deleteStandardACL
The deleteStandardACL operation handles configuration related to /api/fmc_config/v1/domain/{domainUUID}/object/standardaccesslists/{objectId} path.
Description
Retrieves, deletes, creates, or modifies the Standard Access List associated with the specified ID. If no ID is specified, retrieves list of all Standard Access List. Check the response section for applicable examples (if any).
Path Parameters
| Parameter | Required | Type | Description | |||
|---|---|---|---|---|---|---|
| objectId | True | string | Unique identifier of a Standard Access List object. | |||
| domainUUID | True | string | Domain UUID | |||
Example
- name: Execute 'deleteStandardACL' operation
cisco.fmcansible.fmc_configuration:
operation: "deleteStandardACL"
path_params:
objectId: "{{ object_id }}"
domainUUID: "{{ domain_uuid }}"