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