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 RequirementsDocumentation Index
Fetch the complete documentation index at: https://hedera-0c6e0218-514-egress-ports.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- 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.
Methods
| Method | Type | Description | Requirement |
|---|---|---|---|
setTopicId(<topicId>) | TopicId | The ID of the topic to delete | Required |
Get transaction values
| Method | Type | Description | Requirement |
|---|---|---|---|
getTopicId(<topicId>) | TopicId | The ID of the topic to delete | Required |