DelAuthorizedAccountIP
Removes the authorized IP4 or network from the white/black list.
Allowed roles: Owner, Admin, Developer.
Example request: Delete the 92.255.220.0/24 network from all the lists.
Authentication
AuthorizationBearer
Voximplant Management API uses signed JWT tokens generated from your service-account private key. Pass the token in the `Authorization` header as a Bearer value:
```
Authorization: Bearer $VOXIMPLANT_TOKEN
```
See [Authorization](/api-reference/management-api/authorization) for ready-to-copy snippets in bash, Python, Node.js and Go that turn your `credentials.json` into a token.
Query parameters
contains_ip
Specify the parameter to remove the networks that contains the particular IP4. Required unless authorized_ip is provided.
allowed
Whether to remove the network from the white list. Set false to remove the network from the black list. Omit the parameter to remove the network from all lists
Response
Successful response
result
The removed network count