Function deleteById

  • Delete a task by its globally unique ID (NOT key)

    Parameters

    • id: number

    Returns Promise<boolean>

    true if found and deleted, false otherwise

Generated using TypeDoc