Delete Dashboard
cloudtrail_delete_dashboard | R Documentation |
Deletes the specified dashboard¶
Description¶
Deletes the specified dashboard. You cannot delete a dashboard that has termination protection enabled.
Usage¶
cloudtrail_delete_dashboard(DashboardId)
Arguments¶
DashboardId |
[required] The name or ARN for the dashboard. |
Value¶
An empty list.
Request syntax¶
svc$delete_dashboard(
DashboardId = "string"
)