Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 678 Bytes

api-data-enrichment-delete.md

File metadata and controls

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