DELETE /_system/ip_bans/{guid}
Remove IP address from ban list
/_system/ip_bans/{guid}
DELETE
Remove IP address from ban list
Key | Type | Example | |
---|---|---|---|
:guid required | string |
"example-guid"
|
Key | Type | Example | |
---|---|---|---|
authorization required | string |
"Bearer your-jwt-token"
|
{
"guid": "example-string"
}
{
"success": false,
"error": "ERROR_KEY"
}
permission | description |
---|---|
BearerAuth |
JWT access token obtained from login endpoint required |
Back to IP Management Return to the IP Management category to view other endpoints All API Categories Browse all available API categories