Command

nylas workflow delete

Delete a workflow

Written by Qasim Muhammad Staff SRE

What does nylas workflow delete do?

The nylas workflow delete command deletes a workflow. It is part of the Hosted Workflows commands, which automated workflows triggered by Nylas events (e.g., bookings).

Usage

nylas workflow delete

Flags

FlagDescription
--grant-id stringGrant ID or email for grant-scoped workflows
--scope stringWorkflow scope: app or grant
--yes(-y)Skip confirmation prompts
--jsonOutput as JSON
--no-colorDisable color output
--verbose(-v)Enable verbose output
--configCustom config file path
--help(-h)Show help for the command
--limitLimit results (most list commands)

Examples

The nylas workflow delete command deletes a workflow.

JSON output for scripting

nylas workflow delete --json

Filter by grant-id

nylas workflow delete --grant-id <value> --json

Troubleshooting

Command not found or fails

Run `nylas auth config` and `nylas auth login` to authenticate first.

Recommended guides

Run nylas workflow delete --help for full help output.