DELETE /_system/ip_bans/{guid}

Remove IP address from ban list

Remove IP address from ban list
KeyTypeExampleDescription
guidrequiredstring
"example"
Unique identifier (GUID)
KeyTypeExampleDescription
authorizationrequiredstring
"Bearer access_token"
Access token
{
  "cleared": true,
  "ip_hash": "60e27209fa93063b5605e41605c2722ed428cae0",
  "original_ip": "10.0.4.19",
  "sources": [
    "example"
  ]
}
{
  "error": "ERROR_KEY"
}
PermissionDescription
Bearer tokenAccess token required via Authorization header, x-authtoken, x-token, query param, or cookie
ip_bans_removeRequired 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