Pipedream · Schema

DeleteTriggerOpts

Request options for deleting a deployed trigger

ProCode_API_CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents

Properties

Name Type Description
ignore_hook_errors boolean Whether to ignore errors during deactivation hook
View JSON Schema on GitHub

JSON Schema

pipedream-deletetriggeropts-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeleteTriggerOpts",
  "title": "DeleteTriggerOpts",
  "type": "object",
  "description": "Request options for deleting a deployed trigger",
  "properties": {
    "ignore_hook_errors": {
      "type": "boolean",
      "description": "Whether to ignore errors during deactivation hook"
    }
  }
}