Delete a Homey flow
homey_flow_deleteDelete a flow from Homey, returning its exact definition for rebuilding, and ask for confirmation if the flow was not created by this server.
Instructions
Deletes a flow, standard or advanced. The Homey has no undo, so the flow exactly as it was is returned in the result and can be rebuilt from it. A flow this server did not create needs confirm: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow | Yes | The flow name or id to delete. | |
| confirm | No | Required when the flow was not created by this server. Confirms the owner asked for this deletion. |