POST
/
sessions
/
revoke
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.

Body

application/json

Response

204

The session was successfully revoked.