# 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
}
}