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

Authorizations

Authorization
string
header
required

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

Path Parameters

ipList
integer
required

Response

200 - application/json

IP Set deleted

status
boolean
Example:

true

message
string
Example:

"IP Set deleted."