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
Example request
{
"users": [
"octocat",
"monalisa"
]
}Response
Response