delete-pull-review

Delete a pull review

Auth

Authenticated Owner Scope

Example

pearing-cli delete-pull-review website 17 review-uuid-abc

Expected Response

Deletes the review. Requires review author, repo owner, or staff access.

Errors

  • 403 Forbidden when the caller is not the review author, repo owner, or staff.
  • 404 Not Found when the referenced repo, pull, or review does not exist, or the review does not belong to the pull.

Common auth errors are documented on the CLI overview page.

Help Output

Delete a pull review.

Deletes a pull review. The caller must be the review author,
the repo owner, or staff.

Example:

  delete-pull-review website 17 review-uuid-abc

Usage: pearing-cli delete-pull-review <REPO> <NUMBER> <REVIEW_UUID>

Arguments:
  <REPO>          Repo locator (`teams/<team_slug>/<repo_slug>` or `<username>/<repo_slug>`), or `<repo_slug>` for authenticated user
  <NUMBER>        Pull number
  <REVIEW_UUID>    Review uuid

Options:
  -h, --help  Print help (see a summary with '-h')