action dweet_remove_alert { label: "Remove an alert for a thing." provider: dweet method: GET path: "/remove/alert/for/{thing}" encoding: json input: { type: "object" properties: { key: { type: "string" } thing: { type: "string" } } required: ["key", "thing"] additionalProperties: false } output: { type: "object" additionalProperties: true } }