provider OAuth POST /oauth/revoke
@utdk/linear /oauth/revoke
Revoke an OAuth access token
Revoke an OAuth access token, invalidating it immediately. Use this when a user disconnects their Linear account.

Try it

Authentication
Configure credentials for Linear API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

revokeoauthtoken
POST/oauth/revoke
Revoke an OAuth access token, invalidating it immediately. Use this when a user disconnects their Linear account.

Input

required

The access token to revoke

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import linear from '@utdk/linear';

await linear.revokeoauthtoken()