---
title: "Remove allowlisted CIDRs/IP addresses."
method: POST
path: "/v1/serviceAllowlist/addresses/remove"
tags: ["serviceAllowlistManagement"]
---

# Remove allowlisted CIDRs/IP addresses.

`POST /v1/serviceAllowlist/addresses/remove`

Remove allowlisted CIDR notations and/or IP addresses from the organization. Removed CIDRs/IPs will immediately lose access to Sumo Logic and content sharing.

## Request body

- CidrList — A list of CIDR notations and/or IP addresses.
  - `data` Cidr[], required — An array of CIDR notations and/or IP addresses.
    - `cidr` string, required — The string representation of the CIDR notation or IP address.
    - `description` string — Description of the CIDR notation or IP address.

## Response `200`

List of all allowlisted CIDR notations and/or IP addresses for the organization.

- CidrList — A list of CIDR notations and/or IP addresses.
  - `data` Cidr[], required — An array of CIDR notations and/or IP addresses.
    - `cidr` string, required — The string representation of the CIDR notation or IP address.
    - `description` string — Description of the CIDR notation or IP address.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/revisions/e4e4c7554890/schema)
