Delete a scheduled transaction
A transaction that deletes a schedule transaction from the network. You can delete a schedule transaction if only the admin key was set during the creation of the schedule transaction. If an admin key was not set, the attempted deletion will result in "SCHEDULE_IS_IMMUTABLE
" response from the network. Once the schedule transaction is deleted, the schedule transaction will be marked as deleted with the consensus timestamp the schedule transaction was deleted at.
Transaction Signing Requirements
The admin key of the schedule transaction
Transaction Properties
Field | Description |
---|---|
Schedule ID | The ID of the schedule transaction |
Constructor | Description |
---|---|
| Initializes the ScheduleDeleteTransaction object |
Methods
Method | Type | Requirement |
---|---|---|
| ScheduleId | Required |
| ScheduleId | Optional |
Last updated