post https://example.com/auth/api/v1/sessionstorage/users//sessions/terminate
Terminate all user sessions
Log in to see full request history
Responses
200Successful response.
Terminate all user sessions
200Successful response.
xxxxxxxxxx
curl --request POST \
--url https://example.com/auth/api/v1/sessionstorage/users/user_id/sessions/terminate \
--header 'accept: application/json'
Try It!
to start a request and see the response here!