six_group_delete | R Documentation |
Delete a group, magically
six_group_delete(name)
name |
(character) A group name. required |
See https://www.paws-r-sdk.com/docs/iam_delete_group/ docs for more details
NULL
invisibly
Other groups:
aws_group()
,
aws_group_create()
,
aws_group_delete()
,
aws_group_exists()
,
aws_groups()
group <- random_string("group")
aws_group_create(group)
six_group_delete(group)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.