Delete Protocols List
fms_delete_protocols_list | R Documentation |
Permanently deletes an Firewall Manager protocols list¶
Description¶
Permanently deletes an Firewall Manager protocols list.
Usage¶
fms_delete_protocols_list(ListId)
Arguments¶
ListId |
[required] The ID of the protocols list that you want to delete.
You can retrieve this ID from |
Value¶
An empty list.
Request syntax¶
svc$delete_protocols_list(
ListId = "string"
)