removeUndernameRecord

removeUndernameRecord is a method on the ANT class that removes a specified undername record from the ANT process. Once removed, the undername will no longer resolve.

removeUndernameRecord requires authentication.

Examples

removeUndernameRecord

const { id: txId } = await ant.removeUndernameRecord({
    undername: 'dapp'
});

Parameters

ParameterTypeDescriptionOptional
undernamestringThe undername to remove (e.g., 'dapp')false
tagsarray

An array of GQL tag objects to attach to the transfer AO message

true

Was this page helpful?