Cancel Sbom Export
| inspector2_cancel_sbom_export | R Documentation | 
Cancels a software bill of materials (SBOM) report¶
Description¶
Cancels a software bill of materials (SBOM) report.
Usage¶
inspector2_cancel_sbom_export(reportId)
Arguments¶
| reportId | [required] The report ID of the SBOM export to cancel. | 
Value¶
A list with the following syntax:
list(
  reportId = "string"
)
Request syntax¶
svc$cancel_sbom_export(
  reportId = "string"
)