delete_flow
Permanently deletes a specified Power Automate flow. Requires explicit confirmation to prevent accidental removal; irreversible.
Instructions
Permanently delete a flow (DELETE .../flows/{flow}) [DISABLED: set ENABLE_WRITE_OPS=true]. Parameters: flow (required); confirm (must be true — guard against accidents); environment (optional). This cannot be undone. Uses Microsoft's unofficial api.flow.microsoft.com endpoint, which Microsoft labels unsupported; behavior may change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow | Yes | Flow GUID name (from list_flows). | |
| confirm | Yes | Must be true to actually delete. | |
| environment | No | Environment id (from list_environments). Omit to use the user's default environment. |