jira.js
    Preparing search index...

    Function deleteVulnerabilityById

    • Delete the Vulnerability data currently stored for the given ID.

      Deletion is performed asynchronously. The GET vulnerability endpoint can be used to confirm that data has been deleted successfully (if needed).

      Parameters

      • client: Client
      • parameters: { vulnerabilityId: string }
        • vulnerabilityId: string

          The ID of the Vulnerability to delete.

      • Optionaloptions: RequestOptions

      Returns Promise<void>