Deprecated

This method is deprecated. Please use removeUndernameRecord instead. See the removeUndernameRecord documentation for more details.

removeRecord

removeRecord is a method on the ANT class that removes a record from the ANT process.

removeRecord requires authentication.

Examples

removeRecord

const { id: txId } = await ant.removeRecord({
    undername: "blog"
});

Parameters

ParameterTypeDescriptionOptional
undernamestringThe undername name of the record to removefalse
tagsarray

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

true

Was this page helpful?