cURL
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: ''''" }
Clear all tags associated between the provided IP addresses and domains.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
1 - 100
The IP address to delete tags for
The domain ID to delete tags for
Successful Response
Was this page helpful?