Delete a token | Hedera (2024)

Deleting a token marks a token as deleted, though it will remain in the ledger. The operation must be signed by the specified Admin Key of the Token. If the Admin Key is not set, the Transaction will result in TOKEN_IS_IMMUTABlE. Once deleted update, mint, burn, wipe, freeze, unfreeze, grant KYC, revoke KYC and token transfer transactions will resolve to TOKEN_WAS_DELETED.

NFTs

You cannot delete a specific NFT. You can delete the class of the NFT specified by the token ID after you have burned all associated NFTs associated with the token class

Transaction Signing Requirements

Transaction Fees

  • Please see the transaction and query fees table for the base transaction fee

  • Please use the Hedera fee estimator to estimate your transaction fee cost

Methods

MethodTypeDescriptionRequirement

setTokenId(<tokenId>)

The ID of the token to delete

Required

//Create the transactionTokenDeleteTransaction transaction = new TokenDeleteTransaction() .setTokenId(tokenId);//Freeze the unsigned transaction, sign with the admin private key of the account, submit the transaction to a Hedera networkTransactionResponse txResponse = transaction.freezeWith(client).sign(adminKey).execute(client);//Request the receipt of the transactionTransactionReceipt receipt = txResponse.getReceipt(client);//Obtain the transaction consensus statusStatus transactionStatus = receipt.status;System.out.println("The transaction consensus status is " +transactionStatus);//v2.0.1
//Create the transaction and freeze the unsigned transaction for manual signingconst transaction = await new TokenDeleteTransaction() .setTokenId(tokenId) .freezeWith(client);//Sign with the admin private key of the token const signTx = await transaction.sign(adminKey);//Submit the transaction to a Hedera network const txResponse = await signTx.execute(client);//Request the receipt of the transactionconst receipt = await txResponse.getReceipt(client); //Get the transaction consensus statusconst transactionStatus = receipt.status;console.log("The transaction consensus status " +transactionStatus.toString());//v2.0.5
//Create the transaction and freeze the unsigned transaction for manual signingtransaction, err = hedera.NewTokenDeleteTransaction().SetTokenID(tokenId).FreezeWith(client)if err != nil {panic(err)}//Sign with the admin private key of the account, submit the transaction to a Hedera networktxResponse, err := transaction.Sign(adminKey).Execute(client)if err != nil {panic(err)}//Request the receipt of the transactionreceipt, err = txResponse.GetReceipt(client)if err != nil {panic(err)}//Get the transaction consensus statusstatus := receipt.Statusfmt.Printf("The transaction consensus status is %v\n", status)//v2.1.0

Last updated

Delete a token | Hedera (2024)
Top Articles
How Much Does a VPN Cost? 2024 VPN Price Comparison
How Do School Counselors Help With Mental Health and Well-Being?
Pocatello Temple Prayer Roll
The Blind Showtimes Near Regal Peoples Plaza
Prey For The Devil Showtimes Near Ottumwa 8 Theatre
Innovation and entrepreneurship - Peter F Drucker - PDFCOFFEE.COM
Coulters Hole Rockland Pa
Best Sorc Leveling Build
Stanley Steemer Medford Oregon
Governor Brown Signs Legislation Supporting California Legislative Women's Caucus Priorities
Tyler Perry's House of Payne | Tyler Perry's House Of Payne: 10 Episodes, News, Videos and Cast | BET US
Taylor Swift Houston Seating Chart
When His Eyes Opened Chapter 2694: Release Date, Spoilers & Where To Read? - OtakuKart
5084414770
11301 Lakeline Blvd Parkline Plaza Ctr Ste 150
Vistatech Quadcopter Drone With Camera Reviews
Hannaford Weekly Flyer Manchester Nh
Chase Bank Time Hours
9Xflix Movie
Allmovieshub. In
Hours Of Chase Bank Near Me
2005 Chevy Colorado 3.5 Head Bolt Torque Specs
Megared Rewards
Dr Thottam Ent Clinton Township
Unlv 2024 Schedule
Boulangerie Suffren 55
America First Credit Union Review 2024 | Bankrate
123Movies Tamil
Contact | Claio
What Day Is May 12 2023
Weather Underground San Anselmo
Brittanya 187 Clothing
Michigan Medicine Vpn
Erfahrungen mit r2 Bike
Nwp Auto Kennewick
An Aisle Connecting Rooms In Western Tower
Cargo Pro Stealth 7 x 14 V-Nose Aluminum Enclosed Trailer
Black Adam Showtimes Near Marcus Valley Grand Cinema
Terraria Static Refiner
Optum Primary Care - Winter Park Aloma
Vinyl record sales continue resurgence
Epiq Document Delivery
This Week in SuperMotocross: World Championship Final | News | Monster Energy AMA Supercross
American Pie Band Camp Parents Guide
R/Mp5
Pcc Lancer Point Login
Walmart Beach Lunch Lounge Dress
Vinoteca East Rutherford Menu
Stream - Watch Now at Emagine Entertainment Theatres
Mail From Po Box 1111 Charlotte Nc 28201
What is the Vintage Aesthetic | Aesthetics Wiki
Latest Posts
Article information

Author: Jamar Nader

Last Updated:

Views: 5433

Rating: 4.4 / 5 (75 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Jamar Nader

Birthday: 1995-02-28

Address: Apt. 536 6162 Reichel Greens, Port Zackaryside, CT 22682-9804

Phone: +9958384818317

Job: IT Representative

Hobby: Scrapbooking, Hiking, Hunting, Kite flying, Blacksmithing, Video gaming, Foraging

Introduction: My name is Jamar Nader, I am a fine, shiny, colorful, bright, nice, perfect, curious person who loves writing and wants to share my knowledge and understanding with you.