Revoke all sessions for a given user.
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.
The user's sessions were successfully revoked.
Was this page helpful?
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.