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
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

Configure credentials above to enable sending.

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

TypeScript

import linear from '@utdk/linear';

await linear.revokeoauthtoken()