Cancel Findings Report
inspector2_cancel_findings_report | R Documentation |
Cancels the given findings report¶
Description¶
Cancels the given findings report.
Usage¶
inspector2_cancel_findings_report(reportId)
Arguments¶
reportId |
[required] The ID of the report to be canceled. |
Value¶
A list with the following syntax:
list(
reportId = "string"
)
Request syntax¶
svc$cancel_findings_report(
reportId = "string"
)