# unwatchBoard

State Resource

This is a State Resource as provided by the tymly-cardscript-plugin plugin.

# Purpose

Allows a user to unwatch a board

# Usage

# Example

{
  "UnwatchBoard": {
    "Type": "Task",
    "Resource": "module:unwatchBoard",
    "InputPath": "$",
    "End": true
  }
}

# Options

# Optional properties

# subscriptionId

The UUID of a subscription the user wants to cancel (as available as part of each subscription object).

  • Type: string
Last Updated: 9/10/2023, 11:30:14 AM