{% extends "docs/base.html" %} {% block docs_content %}

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

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')
{% endblock %}