Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 678 Bytes

File metadata and controls

29 lines (19 loc) · 678 Bytes
title Delete IP address range - Data Enrichment API
description This article describes the delete IP address range request in the Defender for Cloud Apps Data Enrichment API.
ms.date 01/29/2023
ms.topic reference

Delete IP address range - Data Enrichment API

Run the DELETE request to delete an IP address range.

HTTP request

DELETE /api/v1/subnet/<ip_range_id>/

Example

Request

Here is an example of the request.

curl -X DELETE -H "Authorization:Token <your_token_key>" "https://<tenant_id>.<tenant_region>.portal.cloudappsecurity.com/api/v1/subnet/<ip_range_id>/"

[!INCLUDE Open support ticket]