Learn R Programming

paws.security.identity (version 0.1.10)

fms_delete_apps_list: Permanently deletes an AWS Firewall Manager applications list

Description

Permanently deletes an AWS 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 PutAppsList, ListAppsLists, and GetAppsList.

Request syntax

svc$delete_apps_list(
  ListId = "string"
)