> ## Documentation Index
> Fetch the complete documentation index at: https://docs.namespace.ninja/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Subname

> Permanently remove an ENS subname and all associated records using the Offchain SDK.

Use `deleteSubname` to permanently remove a subname and all its records.

```typescript theme={null}
client.deleteSubname("ns.myensname.eth");
```

<Warning>
  Deleting a subname is irreversible. All associated text records, address
  records, and content hash will be removed.
</Warning>
