v56

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-011,4581,08113.3 MB
interactions

Remove users from the pull request creation cap bypass list for a repository

Removes users from the pull request creation cap bypass list for a repository. Removed users will be subject to any configured pull request creation cap.

Only users with maintainer permissions can modify the bypass list. You can remove a maximum of 100 users per request.

delete/repos/{owner}/{repo}/interaction-limits/pulls/bypass-list

Path parameters

ownerstring required

The account owner of the repository. The name is not case sensitive.

repostring required

The name of the repository without the .git extension. The name is not case sensitive.

Request body

usersstring[] required

A list of user logins to add or remove from the bypass list.

Example request

{
  "users": [
    "octocat",
    "monalisa"
  ]
}

Response

Response