Deleting a Vulnerability Audit

Delete a vulnerability audit using the Console, CLI, or API.

    1. Open the navigation menu and click Developer Services. Under App Dependency Management, click Vulnerability Audits.
    2. On the Vulnerability audits page, from the list of compartments on the left side, select a compartment.
    3. From the list of vulnerability audits, click the vulnerability audit that you want to delete.
    4. On the Vulnerability audit details page, click Delete.
    5. In the Delete vulnerability audit dialog box, enter the name of the vulnerability audit and click Delete.
  • Use the oci adm vulnerability-audit delete command and required parameters to delete the specified vulnerability audit.

    oci adm vulnerability-audit delete --vulnerability-audit-id vulnerability_audit_id [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Use the DeleteVulnerabilityAudit operation to delete the specified vulnerability audit.