> ## Documentation Index
> Fetch the complete documentation index at: https://hedera-0c6e0218-docs-evm-account-model.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ContractDelete

## **ContractDeleteTransactionBody**

Delete a smart contract.

| Field                | Type                                                     | Description                                                |
| -------------------- | -------------------------------------------------------- | ---------------------------------------------------------- |
| `contractID`         | [ContractID](/reference/protobuf/basic-types/contractid) | The Contract ID instance to delete (this can't be changed) |
| `obtainers`          |                                                          |                                                            |
| **one of:**          |                                                          |                                                            |
| `transferAccountID`  | [AccountID](/reference/protobuf/basic-types/accountid)   | The account ID which will receive all remaining hbars      |
| `transferContractID` | [ContractID](/reference/protobuf/basic-types/contractid) | The contract ID which will receive all remaining hbars     |
