---
title: "Delete credential"
method: DELETE
path: "/v3/connectors/{provider}/creds/{id}"
tags: ["Connector credentials"]
---

# Delete credential

`DELETE /v3/connectors/{provider}/creds/{id}`

Deletes the credential with the specified ID. You can't delete a connector's default (active) credential, only a non-default one. Any grants that use the deleted credential stop working right away.

To learn what gets removed and when, see [Deleting resources and data](/docs/dev-guide/platform/deleting-resources/).

## Path parameters

- `provider` 'google' | 'microsoft' | 'imap' | 'icloud' | 'yahoo' | 'ews' | 'virtual-calendar' | 'zoom' | 'nylas', required
- `id` string, required

## Response `200`

The credential is deleted from the database.

- object
  - `request_id` string — The request ID.

## Other responses

- `400` — Bad Request
- `401` — Not Authenticated

---

[API](https://skmtc.dev/nylas/apis/nylas-api.md) · [All operations](https://skmtc.dev/nylas/apis/nylas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nylas/nylas-api/revisions/51c2c1b4ecff/schema)
