Skip to main content
DELETE
/
ens
/
v2
/
cache
/
{name}
Clear cached records for an ENS name
curl --request DELETE \
  --url https://api.resolvio.xyz/ens/v2/cache/{name}
Clear cached records for an ENS name. Use this when you need to invalidate cached resolver data before a follow-up read.

Path Parameters

name
string
required

ENS name to resolve

Required string length: 6 - 256
Example:

"artii.eth"

Query Parameters

type
enum<string>
default:all

Cache type to clear (texts | addresses | contenthash | all)

Available options:
texts,
addresses,
all
Example:

"all"

Response

204

Cache cleared