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
  }
]'
This response does not have an example.

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 · IPReputationDeleteRequest · object[]

The body is of type IPReputationDeleteRequest · object[].

Response

204

Successful Response