Delete Default Q Business Application
quicksight_delete_default_q_business_application | R Documentation |
Deletes a linked Amazon Q Business application from an Amazon QuickSight account¶
Description¶
Deletes a linked Amazon Q Business application from an Amazon QuickSight account
Usage¶
quicksight_delete_default_q_business_application(AwsAccountId,
Namespace)
Arguments¶
AwsAccountId |
[required] The ID of the Amazon QuickSight account that you want to disconnect from a Amazon Q Business application. |
Namespace |
The Amazon QuickSight namespace that you want to delete a linked Amazon Q Business application from. If this field is left blank, the Amazon Q Business application is deleted from the default namespace. Currently, the default namespace is the only valid value for this parameter. |
Value¶
A list with the following syntax:
list(
RequestId = "string",
Status = 123
)
Request syntax¶
svc$delete_default_q_business_application(
AwsAccountId = "string",
Namespace = "string"
)