Skip to main content
POST
Bulk delete allowed IP address ranges

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

The ID of the Organization where you want to delete the allowed IP address ranges.

Body

application/json

The request body containing the list of allowed IP address range IDs to delete.

allowedIpAddressRangeIds
string[]
required

The allowed IP address range IDs to delete. Duplicate and unknown IDs are accepted; existing matching rows are deleted atomically.

Required array length: 1 - 1000 elements
Example:

Response