Delete pull review

Delete a pull review.

Endpoints

DELETE /api/v1/teams/{team_slug}/repos/{repo_slug}/pulls/{number}/reviews/{uuid}
DELETE /api/v1/users/{username}/repos/{repo_slug}/pulls/{number}/reviews/{uuid}
Authenticated

Success

204 No Content. Deletes the review.

Errors

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

Common auth errors are documented on the API overview page.