POST
/
sessions
/
user
/
revoke
curl --request POST \
  --url https://api.authsignal.com/v1/sessions/user/revoke \
  --header 'Content-Type: application/json' \
  --data '{
  "userId": "4a0acccf-ed27-463c-9357-0eafa3722ef1"
}'
This response does not have an example.

Body

application/json

Response

204

The user's sessions were successfully revoked.