Delete Protection Group
shield_delete_protection_group | R Documentation |
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"
)