# deletingById
State Resource
This is a State Resource as provided by the tymly-core-plugin plugin.
# Purpose
Deletes document by ID
# Usage
# Example
{
"DeletingById": {
"Type": "Task",
"InputPath": "$.id",
"Resource": "module:deletingById",
"ResourceConfig": {
"modelId": "contact"
}
}
}
# Options
# Required properties
# modelId
This is the id of a model within the current namespace which will be used to upsert the document.
- Type:
string