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