Delete Report
codebuild_delete_report | R Documentation |
Deletes a report¶
Description¶
Deletes a report.
Usage¶
codebuild_delete_report(arn)
Arguments¶
arn |
[required] The ARN of the report to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_report(
arn = "string"
)