Command

nylas template delete

Delete a template

Written by Qasim Muhammad Staff SRE

What does nylas template delete do?

The nylas template delete command deletes a template. It is part of the Hosted Templates commands, which application or grant-scoped templates managed via the Nylas API.

Usage

nylas template delete

Flags

FlagDescription
--grant-id stringGrant ID or email for grant-scoped templates
--scope stringTemplate 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 template delete command deletes a template.

JSON output for scripting

nylas template delete --json

Filter by grant-id

nylas template 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 template delete --help for full help output.