Deletes the given IP addresses from the white list
Deletes the IP addresses from the white list
- Available on all panels
- application/json
Request Body required
- addresses string[]Possible values: >= 7 charactersand<= 15 charactersArray of strings with IPv4 
Responses
- 200
- 400
- 401
OK
- Wrong parameter type
- Required parameter is missed
- Wrong IP
- application/json
- Schema
- Example (from schema)
- Wrong parameter
- Missed parameter
- Wrong I P
Schema
- error stringerror type/info 
{
  "error": "Wrong JSON body"
}
{
  "error": "Wrong parameter type"
}
{
  "error": "Missed parameter"
}
{
  "error": "Wrong IP address (localhost can't be removed from the white list)"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...