Skip to content

Commit 02bd11c

Browse files
authored
Remove unimplemented command from Wrangler commands docs (#20571)
1 parent 7bc572b commit 02bd11c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/content/docs/workers/wrangler/commands.mdx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -921,19 +921,6 @@ wrangler workflows trigger <WORKFLOW_NAME> <PARAMS> [OPTIONS]
921921
wrangler workflows trigger my-workflow '{"hello":"world"}'
922922
```
923923

924-
### `delete`
925-
926-
Delete (unregister) a Workflow.
927-
928-
```sh
929-
wrangler workflows delete <WORKFLOW_NAME> [OPTIONS]
930-
```
931-
932-
- `WORKFLOW_NAME` <Type text="string" /> <MetaInfo text="required" />
933-
- The name of a registered Workflow.
934-
935-
\*/}
936-
937924
## `tail`
938925

939926
Start a session to livestream logs from a deployed Worker.

0 commit comments

Comments
 (0)