Revoke a session for a given access token.
cURL
curl --request POST \ --url https://api.authsignal.com/v1/sessions/revoke \ --header 'Content-Type: application/json' \ --data '{ "accessToken": "eyJhbGciOiJ..." }'
This response does not have an example.
The session was successfully revoked.
Was this page helpful?