Hedera
Search…
Hedera
Hedera
Mainnet
Testnets
Mirrornet
Getting Started
Introduction
Environment Set-up
Create an account
Transfer hbar
Try Examples! 👩💻
Core Concepts
Accounts
Keys and Signatures
Scheduled Transaction
Smart Contracts
Hashgraph Consensus Algorithm
Transactions and Queries
State and History
Mirror Nodes
Documentation
Release Notes
SDKs
Hedera API
Basic Types
Cryptocurrency Accounts
Consensus Service
Schedule Service
Token Service
TokenService
CustomFees
TokenCreate
TokenUpdate
TokenFeeScheduleUpdate
TokenDelete
TokenMint
TokenBurn
TokenFreezeAccount
TokenUnfreezeAccount
TokenGrantKyc
TokenRevokeKyc
TokenAssociate
TokenDissociate
TokenWipeAccount
TokenPause
TokenUnpause
TokenGetInfo
TokenGetNftInfo
TokenGetNftInfos
TokenGetAccountNftInfo
File Service
Smart Contracts
Miscellaneous
Mirror Node API
Integrating a Hedera Token Service Token
Record and Event Stream File Formats
Changelog
GitHub
Resources
Starter Projects
Demo Applications
Tutorials
Support & Community
Developer Chat
Meetups
Hedera FAQ
Status Page
Brand Guidelines
Powered By
GitBook
TokenDelete
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 admin key is not set, 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
.
TokenDeleteTransactionBody
Field
Type
Description
token
TokenID
The token to be deleted. If invalid token is specified, transaction will result in
INVALID_TOKEN_ID
Previous
TokenFeeScheduleUpdate
Next
TokenMint
Last modified
10mo ago
Copy link
Contents
TokenDeleteTransactionBody