# clearConfiguredRegistryKey

State Resource

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

# Purpose

Clears a registry specific value

# Usage

# Example

{
  "ClearConfiguredRegistryKey": {
    "Type": "Task",
    "Resource": "module:clearConfiguredRegistryKey",
    "InputPath": "$.value",
    "ResourceConfig": {
      "key": "tymlyTest_anotherTestKey"
    },
    "End": true
  }
}
Last Updated: 9/10/2023, 11:30:14 AM