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
Schedule ID
The ID of the schedule transaction
new ScheduleDeleteTransaction()
Initializes the ScheduleDeleteTransaction object
Methods
setScheduleId(<scheduleId>)
ScheduleId
Required
getScheduleId()
ScheduleId
Optional
Last updated