---
title: "Disable access restrictions for an enterprise"
method: POST
path: "/enterprises/{enterprise}/access-restrictions/disable"
tags: ["enterprise-admin"]
---

# Disable access restrictions for an enterprise

`POST /enterprises/{enterprise}/access-restrictions/disable`

Disable access restriction by proxy header using the network proxy owned by the enterprise.

## Path parameters

- `enterprise` string, required

## Response `200`

Response

- EnterpriseAccessRestrictions — Information about the enterprise access restrictions proxy header.
  - `message` string, required — The message returned for the request.
  - `header_name` string, required — The name of the proxy header.
  - `header_value` string, required — The value of the proxy header.

## Other responses

- `400` — Forbidden
- `404` — Resource not found
- `500` — Internal Error

---

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