Authentication APIs

Hosted OAuth - Revoke OAuth token

Revokes the specified OAuth access token. When you revoke the token, Nylas doesn't revoke the grant or the associated provider token. This means that a user can re-authenticate to get a new access token for the existing grant, so their grant_id doesn't change.

If you revoke a Nylas access token, Nylas also revokes all child tokens and the parent refresh_token attached to the access token.

post/v3/connect/revoke

Query parameters

tokenstring required

The token to revoke

Response

The token was revoked successfully.

object required

Changes

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