Skip to main content
POST
/
waap
/
v1
/
ip-reputation
/
clear-local-tags
Clear local IP tags
curl --request POST \
  --url https://api.gcore.com/waap/v1/ip-reputation/clear-local-tags \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "ip": "<string>",
    "domain_id": 123
  }
]
'
{
  "type": "http-bad-request",
  "title": "Bad Request",
  "status": 400,
  "detail": "Invalid domain name: ''''"
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Body

application/json
Required array length: 1 - 100 elements
ip
string<ipvanyaddress>
required

The IP address to delete tags for

domain_id
integer
required

The domain ID to delete tags for

Response

Successful Response