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

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

Common auth errors are documented on the API overview page.

{% endblock %}