Miscellaneous
SystemDelete
SystemDeleteTransactionBody is the Hedera protobuf message that lets a privileged multisig remove a file or contract until its expiration time.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
SystemDeleteTransactionBody is the Hedera protobuf message that lets a privileged multisig remove a file or contract until its expiration time.
| Field | Type | Description |
|---|---|---|
fileId | FileID | The file ID of the file to delete, in the format used in transactions |
contractId | ContractID | The contract ID instance to delete, in the format used in transactions |
expirationTime | TimestampSeconds | The timestamp in seconds at which the “deleted” file should truly be permanently deleted |
Was this page helpful?