awswrangler.quicksight.delete_all_dashboards¶
- awswrangler.quicksight.delete_all_dashboards(account_id: str | None = None, regex_filter: str | None = None, boto3_session: Session | None = None) None¶
Delete all dashboards.
- Parameters:
account_id (
str|None) – If None, the account ID will be inferred from your boto3 session.regex_filter (
str|None) – Regex regex_filter that will delete all dashboards with a match in theirNameboto3_session (
Session|None) – The default boto3 session will be used if boto3_session isNone.
- Return type:
None
Examples
>>> import awswrangler as wr >>> wr.quicksight.delete_all_dashboards()