Delete a topic
A transaction that deletes a topic from the Hedera network. Once a topic is deleted, the topic cannot be recovered to receive messages and all submitMessage calls will fail. Older messages can still be accessed, even after the topic is deleted, via the mirror node.
Transaction Signing Requirements
If the adminKey was set upon the creation of the topic, the adminKey is required to sign to successfully delete the topic
If no adminKey was set upon the creating of the topic, you cannot delete the topic and will receive an UNAUTHORIZED error
Transaction Fees
Please see the transaction and query fees table for base transaction fee
Please use the Hedera fee estimator to estimate your transaction fee cost
Constructor | Description |
---|---|
| Initializes a ConsensusTopicDeleteTransaction object |
Methods
Method | Type | Description |
---|---|---|
| TopicId | The ID of the topic to delete |
Get transaction values
Method | Type | Description | Requirement |
---|---|---|---|
| TopicId | The ID of the topic to delete | Required |
Last updated