Skip to main content

Documentation Index

Fetch the complete documentation index at: https://trigger-features-scheduled-tasks.mintlify.app/llms.txt

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

Parameters

id
string
required
The id 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 dynamicTrigger.unregister(userId);