DELETE /_system/ip_bans/{guid}
Remove IP address from ban list
/_system/ip_bans/{guid}DELETERemove IP address from ban list
| Key | Type | Example | Description |
|---|---|---|---|
| guidrequired | string | | Unique identifier (GUID) |
| Key | Type | Example | Description |
|---|---|---|---|
| authorizationrequired | string | | Access token |
{
"cleared": true,
"ip_hash": "60e27209fa93063b5605e41605c2722ed428cae0",
"original_ip": "10.0.4.19",
"sources": [
"example"
]
}{
"error": "ERROR_KEY"
}| Permission | Description |
|---|---|
Bearer token | Access token required via Authorization header, x-authtoken, x-token, query param, or cookie |
ip_bans_remove | Required scope: ip_bans_remove |
Back to IP Management Return to the IP Management category to view other endpoints All API Categories Browse all available API categories
