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