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

Delete branch protection approver

Remove a trusted approver from a branch protection rule.

Endpoints

DELETE /api/v1/teams/{team_slug}/repos/{repo_slug}/protections/{uuid}/approvers/{user_uuid}
DELETE /api/v1/users/{username}/repos/{repo_slug}/protections/{uuid}/approvers/{user_uuid}
Authenticated

Success

Returns JSON response.

{% endblock %}