Revoke access token
curl --request POST \ --url https://app.infisical.com/api/v1/auth/token/revoke \ --header 'Content-Type: application/json' \ --data '{ "accessToken": "<string>" }'
{ "message": "<string>" }
The access token to revoke.
Was this page helpful?