Skip to content

Remove IP from blacklist

DELETE
/api/v1/admin/security/ip-blacklist/{ipAddress}
curl --request DELETE \
--url http://localhost:3001/api/v1/admin/security/ip-blacklist/example \
--header 'Authorization: <Authorization>'

Remove an IP address from the blacklist. Requires admin:view_audit_logs permission.

ipAddress
required
string

IP Address

OK

Media typeapplication/json
object
message
string
success
boolean
Examplegenerated
{
"message": "example",
"success": true
}

Bad Request

Media typeapplication/json
object
error
string
success
boolean
Examplegenerated
{
"error": "example",
"success": true
}

Unauthorized

Media typeapplication/json
object
error
string
success
boolean
Examplegenerated
{
"error": "example",
"success": true
}

Forbidden

Media typeapplication/json
object
error
string
success
boolean
Examplegenerated
{
"error": "example",
"success": true
}

Internal Server Error

Media typeapplication/json
object
error
string
success
boolean
Examplegenerated
{
"error": "example",
"success": true
}