action adobe_delete_node { label: "deleteNode" provider: adobe method: DELETE path: "/{path}/{name}" encoding: json input: { type: "object" properties: { name: { type: "string" } path: { type: "string" } } required: ["name", "path"] additionalProperties: false } output: { type: "object" additionalProperties: true } }