---
title: "POST /v1/{+name}:removeIpOverride"
method: POST
path: "/v1/{+name}:removeIpOverride"
tags: ["projects"]
---

# POST /v1/{+name}:removeIpOverride

`POST /v1/{+name}:removeIpOverride`

Removes an IP override from a key. The following restrictions hold: * If the IP isn't found in an existing IP override, a `NOT_FOUND` error is returned. * If the IP is found in an existing IP override, but the override type does not match, a `NOT_FOUND` error is returned.

## Path parameters

- `name` string, required

## Request body

- GoogleCloudRecaptchaenterpriseV1RemoveIpOverrideRequest — The RemoveIpOverride request message.
  - `ipOverrideData` GoogleCloudRecaptchaenterpriseV1IpOverrideData — Information about the IP or IP range override.
    - `overrideType` 'OVERRIDE_TYPE_UNSPECIFIED' | 'ALLOW' — Required. Describes the type of IP override.
    - `ip` string — Required. The IP address to override (can be IPv4, IPv6 or CIDR). The IP override must be a valid IPv4 or IPv6 address, or a CIDR range. The IP override must be a public IP address. Example of IPv4: 168.192.5.6 Example of IPv6: 2001:0000:130F:0000:0000:09C0:876A:130B Example of IPv4 with CIDR: 168.192.5.0/24 Example of IPv6 with CIDR: 2001:0DB8:1234::/48

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/recaptchaenterprise.md) · [All operations](https://skmtc.net/google/apis/recaptchaenterprise/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/recaptchaenterprise/versions/3b5248d3ca31/schema)
