Instance methods
DynamicSchedule: unregister() instance method
Use this method to unregister a schedule from a DynamicSchedule.
Parameters
The id of the schedule to unregister. This is what you used when you registered it.
Returns
A Promise that resolves to:
OK is true if the schedule was unregistered successfully.
Was this page helpful?