Skip to content

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 put_apps_list, list_apps_lists, and get_apps_list.

Value

An empty list.

Request syntax

svc$delete_apps_list(
  ListId = "string"
)