# 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
Last Updated: 9/10/2023, 11:30:14 AM