jira.js
    Preparing search index...

    Function deleteReviewById

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

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

      Only Connect apps that define the jiraOperationsInfoProvider module can access this resource. This resource requires the 'DELETE' scope for Connect apps.

      Parameters

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

          The ID of the Review to delete.

      • Optionaloptions: RequestOptions

      Returns Promise<void>