Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Remove avatar and header images for a subname.
deleteAvatar
deleteHeader
provider
const result = await client.deleteAvatar({ subname: 'myavatar.offchainsub.eth', }); console.log(result.message);
const result = await client.deleteHeader({ subname: 'myavatar.offchainsub.eth', });
subname
string
export interface DeleteResult { message: string; deletedAt: string; }
Was this page helpful?