Skip to main content

Documentation Index

Fetch the complete documentation index at: https://trigger-v3-fix-additional-files.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Parameters

id
string
required
The id of the schedule to unregister. This is what you used when you registered it.

Returns

A Promise that resolves to:
ok
boolean
OK is true if the schedule was unregistered successfully.
const unregistered = await dynamicSchedule.unregister(userId);