DeleteSubname
The deleteSubname
method allows you to delete an existing subname from ENS.
Usage Exampe
client.deleteSubname("ns.myensname.eth");
This will remove the specified subname and clear any associated records such as text records, address records, and content hash.
Last updated