# 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