Source: https://cli.nylas.com/docs/commands/admin-connectors-delete

# nylas admin connectors delete

The nylas admin connectors delete command deletes a connector. It is part of the Admin (API Management) commands, which manage Nylas applications, callback URIs, connectors, credentials, and grants.

## Usage

```bash
nylas admin connectors delete
```

## Flags

| Flag | Description |
| --- | --- |
| --json | Output as JSON |
| --no-color | Disable color output |
| --verbose(-v) | Enable verbose output |
| --config | Custom config file path |
| --help(-h) | Show help for the command |
| --limit | Limit results (most list commands) |
| --yes(-y) | Skip confirmations |

## Examples

### Basic usage

```bash
nylas admin connectors delete --help
```

## Troubleshooting

### Command not found or fails

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

## Recommended guides

[Google Calendar Ownership ChangesPersonal accounts lose orphan secondary calendars April 27, 2026. Workspace starts October 5, 2026. New ownership transfer API in June.](https://cli.nylas.com/guides/google-calendar-ownership-changes)

[Gmail API Pagination and Sync Without the HassleGmail API pagination with nextPageToken and incremental sync with historyId explained. Then skip both with one Nylas CLI command.](https://cli.nylas.com/guides/gmail-api-pagination-sync)

[Email APIs for AI Agents ComparedCompare Gmail API, Microsoft Graph, SendGrid, Mailgun, Nylas, and direct IMAP for giving AI agents email access. Feature table included.](https://cli.nylas.com/guides/email-apis-for-ai-agents-compared)

[Getting Started with the CLISet up Nylas CLI in under a minute. The nylas init wizard creates your account, picks an application, generates an API key, and syncs your email accounts. Covers install, first-run welcome screen, dashboard management, AI chat, and config reset.](https://cli.nylas.com/guides/getting-started)

[Give Your AI Coding Agent an Email AddressConnect Claude Code, Cursor, OpenAI Codex CLI, Windsurf, and OpenClaw to a real email account via MCP. Step-by-step setup for each tool using Nylas CLI.](https://cli.nylas.com/guides/give-ai-agent-email-address)

[Export Email Data to Dynamics 365Sync inbox data to Dynamics 365 Contacts, Accounts, and Activities. Map fields, import via CSV or Web API, and schedule syncs from the CLI.](https://cli.nylas.com/guides/export-email-to-dynamics-365)

[Export Email Data to Zoho CRMExport email and contact data from Nylas CLI into Zoho CRM. Map to Leads, Contacts, and Accounts. CSV import, REST API v2 upsert, Python and TypeScript.](https://cli.nylas.com/guides/export-email-to-zoho-crm)

[Export Email Data to PipedriveExport email and contact data from Nylas CLI into Pipedrive. Map to Persons, Organizations, Deals, and Activities. CSV and REST API with Python and TypeScript.](https://cli.nylas.com/guides/export-email-to-pipedrive)

[Export Email Data to HubSpotExport email and contact data from Nylas CLI into HubSpot. Map to Contacts, Companies, and Engagements. CSV import, API v3 sync, Python and TypeScript.](https://cli.nylas.com/guides/export-email-to-hubspot)

[Export Email Data to SalesforceExport email and contact data from Nylas CLI into Salesforce. Map to Leads, Contacts, Accounts, and Tasks. CSV and REST API examples in Python and TypeScript.](https://cli.nylas.com/guides/export-email-to-salesforce)

[Gmail API Limits for AI AgentsGmail API has 250 quota units/sec/user, exponential backoff requirements, OAuth consent screens, and token refresh complexity. How to handle each one.](https://cli.nylas.com/guides/why-gmail-api-breaks-ai-agents)

[Calendar & Gmail ETag, If-Match, 412 ErrorsCalendar API documents If-Match and returns 412 on stale ETags. Gmail API documents neither. Exact answers for ETag, If-None-Match, history.list, and syncToken.](https://cli.nylas.com/guides/if-match-gmail-api)

Run `nylas admin connectors delete --help` for full help output.
