Learn R Programming

paws.security.identity (version 0.1.11)

shield_delete_protection_group: Removes the specified protection group

Description

Removes the specified protection group.

Usage

shield_delete_protection_group(ProtectionGroupId)

Arguments

ProtectionGroupId

[required] The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it.

Value

An empty list.

Request syntax

svc$delete_protection_group(
  ProtectionGroupId = "string"
)