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.

Note: Deleting a subname is a permanent operation. Ensure that you intend to remove the subname and its records before calling this method.

Last updated