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

Delete branch protection

Delete a branch protection rule.

Endpoints

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

Success

Returns JSON response.

{% endblock %}