Delete Report Plan
backup_delete_report_plan | R Documentation |
Deletes the report plan specified by a report plan name¶
Description¶
Deletes the report plan specified by a report plan name.
Usage¶
backup_delete_report_plan(ReportPlanName)
Arguments¶
ReportPlanName |
[required] The unique name of a report plan. |
Value¶
An empty list.
Request syntax¶
svc$delete_report_plan(
ReportPlanName = "string"
)