Skip to content

Delete Group

quicksight_delete_group R Documentation

Removes a user group from Amazon Quick Sight

Description

Removes a user group from Amazon Quick Sight.

Usage

quicksight_delete_group(GroupName, AwsAccountId, Namespace)

Arguments

GroupName

[required] The name of the group that you want to delete.

AwsAccountId

[required] The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon Quick Sight account.

Namespace

[required] The namespace of the group that you want to delete.

Value

A list with the following syntax:

list(
  RequestId = "string",
  Status = 123
)

Request syntax

svc$delete_group(
  GroupName = "string",
  AwsAccountId = "string",
  Namespace = "string"
)