Connector credentials

Delete credential

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.

delete/v3/connectors/{provider}/creds/{id}

Path parameters

provider'google' | 'microsoft' | 'imap' | 'icloud' | 'yahoo' | 'ews' | 'virtual-calendar' | 'zoom' | 'nylas' required
Example:google
idstring required

Response

The credential is deleted from the database.

request_idstring

The request ID.

Example response

{
  "request_id": "5967ca40-a2d8-4ee0-a0e0-6f18ace39a90"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.