ScheduleDelete

Marks a schedule in the network's action queue as deleted. Must be signed by the admin key of the target schedule. A deleted schedule cannot receive any additional signing keys, nor will it be executed.

Other notable response codes include, INVALID_SCHEDULE_ID, SCHEDULE_WAS_DELETED, SCHEDULE_WAS_EXECUTED, SCHEDULE_IS_IMMUTABLE. For more information please see the section of this documentation on the ResponseCode enum.

ScheduleDeleteTransactionBody

FieldTypeDescription

scheduleID

The ID of the Scheduled Entity

Last updated