Parameters
string
required
The id of the schedule to unregister. This is what you used when you
registered it.
Returns
A Promise that resolves to:boolean
OK is true if the schedule was unregistered successfully.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
const unregistered = await dynamicSchedule.unregister(userId);
Use this method to unregister a schedule from a DynamicSchedule.
const unregistered = await dynamicSchedule.unregister(userId);
Was this page helpful?
