Skip to main content
DELETE
/
ip-lists
/
{ipList}
/
ips
/
{ipListItem}
Remove an IP entry
curl --request DELETE \
  --url https://console.wenium.com/api/ip-lists/{ipList}/ips/{ipListItem} \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "message": "IP removed from set."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

ipList
integer
required
ipListItem
integer
required

Response

200 - application/json

IP removed

status
boolean
Example:

true

message
string
Example:

"IP removed from set."