Skip to main content
DELETE
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 the ranges belong to.

Body

application/json

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

allowedIpAddressRangeIds
string[]
required

The IDs of the ranges to delete. At most 1000 per request.

Required array length: 1 - 1000 elements

Response