---
title: "Remove users from the pull request creation cap bypass list for a repository"
method: DELETE
path: "/repos/{owner}/{repo}/interaction-limits/pulls/bypass-list"
tags: ["interactions"]
---

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

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

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.

## Path parameters

- `owner` string, required
- `repo` string, required

## Request body

- InteractionLimitPullRequestBypassList — A list of user logins to add or remove from the pull request creation cap bypass list.
  - `users` string[], required — A list of user logins to add or remove from the bypass list.

## Response `204`

Response

## Other responses

- `403` — Forbidden
- `404` — Resource not found
- `422` — Validation failed, or the endpoint has been spammed.

---

[API](https://skmtc.net/github/apis/github-v3-rest-api.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api/versions/a367f7028301/schema)
