Enter the Values in the Macro to Complete the No Commands
The ASA CLI uses the "no" form of a command to delete it. Fill in the fields in the macro to complete the "no" form of the command:
Procedure
| Step 1 | policy-map {{flow_export_policy_name}} 
 | 
| Step 2 | no class {{flow_export_class_name}} 
 | 
| Step 3 | no class-map {{flow_export_class_name}} 
 | 
| Step 4 | no flow-export destination {{interface}} {{IPv4_address}} {{NetFlow_port}} 
 | 
| Step 5 | no flow-export template timeout-rate {{timeout_rate_in_mins}} 
 | 
| Step 6 | no flow-export delay flow-create {{delay_flow_create_rate_in_secs}} 
 | 
| Step 7 | no flow-export active refresh-interval {{refresh_interval_in_mins}} 
 |