• Unlink a task to a template

    Needs namespaces[namespaceId].tasks-delete-task-_link-template permission

    Parameters

    • taskOrId: string | Task

      Task or Task's id

    • templateOrId: string | Template

      Template or Template's id

    • Optional namespaces: string[]

    Returns Promise<void>

Generated using TypeDoc