Endpoint
Authentication
Requires a Personal API Access Token.Header
Request
Headers
| Header | Value | Required |
|---|---|---|
| Authorization | Bearer | Yes |
| Content-Type | application/json | Yes |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| projectName | string | Yes | Project name |
| ipGroupName | string | Yes | IP Group name |
Request Body
Same structure as Add IPs. See Add IPs to Group for field descriptions.Important Notes
- Only the specified IPs are removed
- IPs not in the group are ignored (no error)
- Empty list will result in no changes
Response
Success Response (200 OK)
Error Response (400 Bad Request)
cURL Example
Permissions
- User must have
GLOBAL_SETTINGS+MANAGEpermission in the project
Notes and Warnings
-
Selective Removal:
- Only the specified IPs are removed
- Other IPs remain in the group
-
Non-existent IPs:
- IPs not in the group are ignored (no error)
-
IP List Required:
ipListmust not be empty- At least one IP must be specified
Related Documentation
- Add IPs to Group - Add IPs to group
- Update IPs in Group - Replace all IPs in group

