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 characters
and<= 15 characters
Array 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 string
error 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)"
}
Log In
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...