/v1/dns/clear-dns-cache
{ "description": "api_dns_clear_cache", "type": "object", "properties": { "dns_config_id": { "description": "dns_config_id", "type": "number" }, "skip_reverse_cache": { "description": "When true, reverse lookup results will not be cleared from the cache.", "type": "boolean" }, "skip_forward_cache": { "description": "When true, forward lookup results will not be cleared from the cache.", "type": "boolean" } } }